mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:29:01 +08:00
628076aeed
* Updated rapidcheck to 2023-01-13. * Updated version files. * Add license note and quotes. * Forgot to fix version DB :) --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
18 lines
451 B
JSON
18 lines
451 B
JSON
{
|
|
"name": "rapidcheck",
|
|
"version-date": "2023-01-13",
|
|
"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
|
|
}
|
|
]
|
|
}
|