mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
18 lines
346 B
JSON
18 lines
346 B
JSON
{
|
|
"Package": "libucl",
|
|
"Author": "antranigv",
|
|
"License": "BSD",
|
|
"Version": "0.1",
|
|
"Remote":
|
|
{
|
|
"type": "git",
|
|
"path": "https://github.com/antranigv/voclibucl",
|
|
"tag" : "0.1"
|
|
},
|
|
"Build":
|
|
{
|
|
"voc -s": "src/ucl.Mod",
|
|
"CFLAGS=-lucl voc -m": "test/libucl_test.Mod",
|
|
"cp": "test/example.ucl .",
|
|
}
|
|
}
|