mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 00:29:01 +08:00
5bc980361a
* jsonnet * opentelemetry-cpp * version * [mfl] Disable tests * version * Restore version db * mfl * version * simplify * CR * version * Fix deprecated functions * wrong pr * version * revert
17 lines
323 B
JSON
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
|
|
}
|
|
]
|
|
}
|