diff options
Diffstat (limited to 'ports/rapidcheck')
| -rw-r--r-- | ports/rapidcheck/CONTROL | 4 | ||||
| -rw-r--r-- | ports/rapidcheck/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/rapidcheck/CONTROL b/ports/rapidcheck/CONTROL deleted file mode 100644 index 5f46ed702..000000000 --- a/ports/rapidcheck/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: rapidcheck
-Version: 2020-08-25
-Homepage: https://github.com/emil-e/rapidcheck
-Description: A property-based testing library for C++ (a la QuickCheck) with the goal of being simple to use with as little boilerplate as possible.
diff --git a/ports/rapidcheck/vcpkg.json b/ports/rapidcheck/vcpkg.json new file mode 100644 index 000000000..60570b545 --- /dev/null +++ b/ports/rapidcheck/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "rapidcheck", + "version-string": "2020-08-25", + "port-version": 1, + "description": "A property-based testing library for C++ (a la QuickCheck) with the goal of being simple to use with as little boilerplate as possible.", + "homepage": "https://github.com/emil-e/rapidcheck" +} |
