Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

18 lines
451 B
JSON

{
"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
}
]
}