mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Co-authored-by: Maki <mxmcube@gmail.com> Co-authored-by: Dale Glass <dale@daleglass.net>
17 lines
379 B
JSON
17 lines
379 B
JSON
{
|
|
"name": "rapidjson",
|
|
"version-date": "2023-07-17",
|
|
"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
|
|
}
|
|
]
|
|
}
|