mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
c51a36dddd
* [jsonnet] update to 0.20.0 * fix deps
16 lines
302 B
JSON
16 lines
302 B
JSON
{
|
|
"name": "jsonnet",
|
|
"version": "0.20.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|