mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
17 lines
308 B
JSON
17 lines
308 B
JSON
{
|
|
"Package": "libxo",
|
|
"Author": "antranigv",
|
|
"License": "BSD",
|
|
"Version": "0.1",
|
|
"Remote":
|
|
{
|
|
"type": "git",
|
|
"path": "https://github.com/antranigv/voclibxo",
|
|
"tag" : "0.1"
|
|
},
|
|
"Build":
|
|
{
|
|
"voc -s": "src/xo.Mod",
|
|
"CFLAGS=-lxo voc -m": "test/libxo_test.Mod",
|
|
}
|
|
}
|