mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
19 lines
379 B
JSON
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
|
|
}
|
|
]
|
|
}
|