vcpkg/ports/nanojsonc/vcpkg.json

19 lines
379 B
JSON
Raw Normal View History

{
"name": "nanojsonc",
"version": "1.0.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
}
]
}