mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:59:07 +08:00
31194760c2
* [rapidjson] Fix cmake config * version * There are no pc files on Windows * version * Different config paths on Windows * version * Fix config path * version * Upstream messed up cmake config on Windows * version * Remove PACKAGE_NAME on Windows * version * Fix config location * version * Revert FILE_DISAMBIGUATOR removal because it invalidates existing downloads for no reason. * Fix version DB Co-authored-by: Billy O'Neal <bion@microsoft.com>
19 lines
400 B
JSON
19 lines
400 B
JSON
{
|
|
"name": "rapidjson",
|
|
"version-date": "2022-06-28",
|
|
"port-version": 3,
|
|
"description": "A fast JSON parser/generator for C++ with both SAX/DOM style API <http://rapidjson.org/>",
|
|
"homepage": "http://rapidjson.org/",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|