blob: 8d06b4655f77e35901beef69acfd7cc17f0b38da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "Jsonnet",
"description": "Domain specific configuration language for defining JSON data",
"url": "https://github.com/google/jsonnet/archive/v0.12.1.tar.gz",
"mirror": null,
"homepage": "https://jsonnet.org/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"ENV.cxx11",
"system \"make\"",
"bin.install \"jsonnet\""
],
"version": "0.12.1",
"file": "jsonnet.rb"
}
|