vcpkg/ports/json5-parser/vcpkg.json
2024-09-24 11:04:35 -04:00

19 lines
394 B
JSON

{
"name": "json5-parser",
"version": "1.0.0",
"port-version": 7,
"description": "An enhancement of the JSON Spirit C++ library to understand json5.",
"homepage": "https://github.com/Caltech-IPAC/json5_parser",
"dependencies": [
"boost-spirit",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}