vcpkg/ports/jsonnet/vcpkg.json
Tetsuya Hayashi c8e1797c30
[jsonnet] Update to 0.18.0 (#25800)
* [jsonnet] Update to 0.18.0 (#20627)

* Update jsonnet to 0.18.0

* update patch files

* add 0005-use-upstream-rapidyaml.patch to use system rapidyaml

* use system rapidyaml

* update version

* Added license "Apache-2.0" to vcpkg.json

from https://github.com/google/jsonnet/blob/master/LICENSE
2022-07-19 10:00:08 -07:00

17 lines
340 B
JSON

{
"name": "jsonnet",
"version": "0.18.0",
"description": "Jsonnet - The data templating language",
"homepage": "https://github.com/google/jsonnet",
"license": "Apache-2.0",
"supports": "!(windows & !static)",
"dependencies": [
"nlohmann-json",
"ryml",
{
"name": "vcpkg-cmake",
"host": true
}
]
}