yuzu/externals/vcpkg/ports/jsonnet/vcpkg.json

15 lines
301 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "jsonnet",
"version": "0.17.0",
"description": "Jsonnet - The data templating language",
"homepage": "https://github.com/google/jsonnet",
"supports": "!(windows & !static)",
"dependencies": [
"nlohmann-json",
{
"name": "vcpkg-cmake",
"host": true
}
]
}