mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
16 lines
271 B
JSON
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
|
|
}
|
|
]
|
|
}
|