mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 08:37:50 +08:00
![Thomas1664](/assets/img/avatar_default.png)
* 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
|
|
}
|
|
]
|
|
}
|