mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
antranig's and inna's sources packaged.
This commit is contained in:
parent
6a37cfb5a6
commit
ed99e3ef03
3 changed files with 56 additions and 0 deletions
18
libucl.json
Normal file
18
libucl.json
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"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 .",
|
||||||
|
}
|
||||||
|
}
|
||||||
17
libxo.json
Normal file
17
libxo.json
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"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",
|
||||||
|
}
|
||||||
|
}
|
||||||
21
oberonDS.json
Normal file
21
oberonDS.json
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"Package": "oberonDS",
|
||||||
|
"Author": "InnaKhachikyan",
|
||||||
|
"License": "unknown",
|
||||||
|
"Version": "0.1",
|
||||||
|
"Remote":
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"path": "https://github.com/InnaKhachikyan/oberonDS",
|
||||||
|
"tag" : "0.1"
|
||||||
|
},
|
||||||
|
"Build":
|
||||||
|
{
|
||||||
|
"voc -s": "src/DynamicArray.Mod"
|
||||||
|
"voc -s": "src/HashMap.Mod",
|
||||||
|
"voc -s": "src/Map.Mod",
|
||||||
|
"voc -m": "test/DynamicArrayTest.Mod",
|
||||||
|
"voc -m": "test/HashMapTest.Mod",
|
||||||
|
"voc -m": "test/MapTest.Mod",
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue