vcpkg/ports/nanojsonc/vcpkg.json
2024-12-23 10:03:46 -06:00

19 lines
379 B
JSON

{
"name": "nanojsonc",
"version": "1.1.0",
"maintainers": "Saad Shams",
"description": "Event-Driven JSON Parser for C",
"homepage": "https://github.com/open-source-patterns/nanojsonc",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}