vcpkg/ports/jsonnet/vcpkg.json
chausner 514f2debfc
[jsonnet] Update to 0.17.0 (#20627)
* Update jsonnet to 0.17.0

* Update CI baseline

* add supports

* update version

* revert portfile.cmake

* update version

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-10-11 20:25:26 -07:00

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
}
]
}