mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
added strutils.
This commit is contained in:
parent
9921424e1e
commit
6a37cfb5a6
2 changed files with 23 additions and 4 deletions
|
|
@ -9,13 +9,14 @@
|
||||||
"path": "https://github.com/norayr/lists",
|
"path": "https://github.com/norayr/lists",
|
||||||
"tag" : "0.1"
|
"tag" : "0.1"
|
||||||
},
|
},
|
||||||
|
"Dependencies":
|
||||||
|
{
|
||||||
|
"strutils": "0.1"
|
||||||
|
},
|
||||||
"Build":
|
"Build":
|
||||||
{
|
{
|
||||||
"voc -s": "src/lDefs.Mod",
|
|
||||||
"voc -s": "src/strutils.Mod",
|
|
||||||
"voc -s": "src/List.Mod",
|
"voc -s": "src/List.Mod",
|
||||||
"voc -s": "src/StringList.Mod",
|
"voc -s": "src/StringList.Mod",
|
||||||
"voc -m": "tst/TestList.Mod",
|
"voc -m": "test/TestList.Mod",
|
||||||
"voc -m": "tst/TestStrutils.Mod"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
18
strutils.json
Normal file
18
strutils.json
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"Package": "strutils",
|
||||||
|
"Author": "noch",
|
||||||
|
"License": "GPL-3",
|
||||||
|
"Version": "0.1",
|
||||||
|
"Remote":
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"path": "https://github.com/norayr/strutils",
|
||||||
|
"tag" : "0.1"
|
||||||
|
},
|
||||||
|
"Build":
|
||||||
|
{
|
||||||
|
"voc -s": "src/strTypes.Mod",
|
||||||
|
"voc -s": "src/strUtils.Mod",
|
||||||
|
"voc -m": "test/testStrUtils.Mod"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue