diff options
Diffstat (limited to 'vcpkg/ports/rapidcheck/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/rapidcheck/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/rapidcheck/vcpkg.json b/vcpkg/ports/rapidcheck/vcpkg.json new file mode 100644 index 0000000..78ee241 --- /dev/null +++ b/vcpkg/ports/rapidcheck/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "rapidcheck", + "version-date": "2023-12-14", + "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", + "license": "BSD-2-Clause", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |