16 lines
422 B
JSON
Executable file
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
|
|
}
|
|
]
|
|
}
|