pineapple/externals/vcpkg/ports/rapidcheck/vcpkg.json
2022-07-23 03:01:36 +02:00

16 lines
422 B
JSON
Executable file

{
"name": "rapidcheck",
"version-date": "2021-12-20",
"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",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}