mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
32 lines
675 B
JSON
32 lines
675 B
JSON
{
|
|
"Package": "manush",
|
|
"Author": "noch",
|
|
"License": "BSD 2-Clause License",
|
|
"Version": "0.1.1",
|
|
"Remote":
|
|
{
|
|
"type": "git",
|
|
"path": "https://github.com/illuria/manush",
|
|
"branch": "master",
|
|
"tag" : "0.1"
|
|
},
|
|
"Dependencies":
|
|
{
|
|
"lists": "0.1",
|
|
"opts": "0.1",
|
|
"pipes": "0.1",
|
|
"skprJson": "0.1"
|
|
},
|
|
"Build":
|
|
{
|
|
"voc -s": "src/mnshList.Mod",
|
|
"voc -s": "src/mnshUnix.Mod",
|
|
"voc -s": "src/mnshDefs.Mod",
|
|
"voc -s": "src/mnshCrt.Mod",
|
|
"voc -s": "src/mnshStorage.Mod",
|
|
"voc -s": "src/mnshExtTools.Mod",
|
|
"voc -s": "src/mnshTerm.Mod",
|
|
"voc -s": "src/mnshInput.Mod",
|
|
"voc -M": "src/manush.Mod"
|
|
}
|
|
}
|