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
27
manush.json
27
manush.json
|
|
@ -1,25 +1,32 @@
|
|||
{
|
||||
"Package": "manush",
|
||||
"Author": "noch",
|
||||
"License": "unefinedyet",
|
||||
"Version": "0.1",
|
||||
"License": "BSD 2-Clause License",
|
||||
"Version": "0.1.1",
|
||||
"Remote":
|
||||
{
|
||||
{
|
||||
"type": "git",
|
||||
"path": "http://git0.loc.illuriasecurity.com/illuria/manush",
|
||||
"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/mnshDefs.Mod",
|
||||
"voc -s": "src/mnshStorage.Mod",
|
||||
"voc -s": "src/mnshExtTools.Mod",
|
||||
"voc -M": "src/manush.Mod"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue