mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
21 lines
467 B
JSON
21 lines
467 B
JSON
{
|
|
"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",
|
|
}
|
|
}
|