vcpkg/ports/rapidjson/vcpkg.json
Frank 18ab388c61
[rapidjson] Update hash (#25509)
* update hash

* update hash

* overwrite hash
2022-07-01 11:14:20 -07:00

19 lines
400 B
JSON

{
"name": "rapidjson",
"version-date": "2022-06-28",
"port-version": 1,
"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
}
]
}