vcpkg/ports/jsonnet/vcpkg.json
Thomas1664 5bc980361a
[jsonnet, opentelemetry-cpp] Remove !(windows & !static) (#26953)
* jsonnet

* opentelemetry-cpp

* version

* [mfl] Disable tests

* version

* Restore version db

* mfl

* version

* simplify

* CR

* version

* Fix deprecated functions

* wrong pr

* version

* revert
2022-09-26 11:35:51 -07:00

17 lines
323 B
JSON

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