15 lines
301 B
JSON
15 lines
301 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|