vipatsar/libucl.json
2024-01-16 01:09:23 +04:00

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 .",
}
}