mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
update of manush json file.
This commit is contained in:
parent
2831378fe5
commit
6fa3ca5899
1 changed files with 17 additions and 10 deletions
13
manush.json
13
manush.json
|
|
@ -1,25 +1,32 @@
|
||||||
{
|
{
|
||||||
"Package": "manush",
|
"Package": "manush",
|
||||||
"Author": "noch",
|
"Author": "noch",
|
||||||
"License": "unefinedyet",
|
"License": "BSD 2-Clause License",
|
||||||
"Version": "0.1",
|
"Version": "0.1.1",
|
||||||
"Remote":
|
"Remote":
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"path": "http://git0.loc.illuriasecurity.com/illuria/manush",
|
"path": "https://github.com/illuria/manush",
|
||||||
|
"branch": "master",
|
||||||
"tag" : "0.1"
|
"tag" : "0.1"
|
||||||
},
|
},
|
||||||
"Dependencies":
|
"Dependencies":
|
||||||
{
|
{
|
||||||
|
"lists": "0.1",
|
||||||
"opts": "0.1",
|
"opts": "0.1",
|
||||||
|
"pipes": "0.1",
|
||||||
"skprJson": "0.1"
|
"skprJson": "0.1"
|
||||||
},
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
{
|
||||||
"voc -s": "src/mnshList.Mod",
|
"voc -s": "src/mnshList.Mod",
|
||||||
|
"voc -s": "src/mnshUnix.Mod",
|
||||||
"voc -s": "src/mnshDefs.Mod",
|
"voc -s": "src/mnshDefs.Mod",
|
||||||
|
"voc -s": "src/mnshCrt.Mod",
|
||||||
"voc -s": "src/mnshStorage.Mod",
|
"voc -s": "src/mnshStorage.Mod",
|
||||||
"voc -s": "src/mnshExtTools.Mod",
|
"voc -s": "src/mnshExtTools.Mod",
|
||||||
|
"voc -s": "src/mnshTerm.Mod",
|
||||||
|
"voc -s": "src/mnshInput.Mod",
|
||||||
"voc -M": "src/manush.Mod"
|
"voc -M": "src/manush.Mod"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue