vcpkg/ports/valijson/vcpkg.json
2024-04-03 16:17:14 -07:00

16 lines
271 B
JSON

{
"name": "valijson",
"version": "1.0.2",
"description": "Header-only C++ library for JSON Schema validation",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}