mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:59:07 +08:00
8cdecc13b2
* update rapidjson * CI
18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"name": "rapidjson",
|
|
"version-date": "2023-04-27",
|
|
"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
|
|
}
|
|
]
|
|
}
|