blob: 78ee241feedd62b7734b91cc5a00a2207b3d5fcb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}
]
}
|