mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
21 lines
429 B
JSON
21 lines
429 B
JSON
{
|
|
"Package": "lists",
|
|
"Author": "noch",
|
|
"License": "GPL-3",
|
|
"Version": "0.1",
|
|
"Remote":
|
|
{
|
|
"type": "git",
|
|
"path": "https://github.com/norayr/lists",
|
|
"tag" : "0.1"
|
|
},
|
|
"Build":
|
|
{
|
|
"voc -s": "src/lDefs.Mod",
|
|
"voc -s": "src/strutils.Mod",
|
|
"voc -s": "src/List.Mod",
|
|
"voc -s": "src/StringList.Mod",
|
|
"voc -m": "tst/TestList.Mod",
|
|
"voc -m": "tst/TestStrutils.Mod"
|
|
}
|
|
}
|