2021-06-12 00:23:28 +08:00
|
|
|
{
|
|
|
|
"name": "rapidjson",
|
2023-10-07 07:39:50 +08:00
|
|
|
"version-date": "2023-07-17",
|
2024-01-20 04:39:54 +08:00
|
|
|
"port-version": 1,
|
2021-06-12 00:23:28 +08:00
|
|
|
"description": "A fast JSON parser/generator for C++ with both SAX/DOM style API <http://rapidjson.org/>",
|
2021-11-26 17:19:10 +08:00
|
|
|
"homepage": "http://rapidjson.org/",
|
2022-07-01 04:36:33 +08:00
|
|
|
"license": "MIT",
|
2021-11-26 17:19:10 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
2021-06-12 00:23:28 +08:00
|
|
|
}
|