mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:25:33 +08:00
7cfd63db7f
Co-authored-by: jyu49 <yu_jack@apple.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
19 lines
394 B
JSON
19 lines
394 B
JSON
{
|
|
"name": "json5-parser",
|
|
"version": "1.0.0",
|
|
"port-version": 5,
|
|
"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
|
|
}
|
|
]
|
|
}
|