vipatsar/libucl.json
2025-10-04 11:45:03 +04:00

18 lines
412 B
JSON

{
"Package": "libucl",
"Author": "antranigv",
"License": "BSD",
"Version": "0.1.0",
"Remote":
{
"type": "git",
"path": "https://github.com/antranigv/voclibucl",
"tag" : "0.1.0"
},
"Build":
[
{"command": "voc -s", "file": "src/ucl.Mod"},
{"command": "CFLAGS=-lucl voc -m", "file": "test/libucl_test.Mod"},
{"command": "cp", "file": "test/example.ucl ."}
]
}