added strutils.

This commit is contained in:
Norayr Chilingarian 2023-11-13 22:45:25 +04:00
parent 9921424e1e
commit 6a37cfb5a6
2 changed files with 23 additions and 4 deletions

View file

@ -9,13 +9,14 @@
"path": "https://github.com/norayr/lists",
"tag" : "0.1"
},
"Dependencies":
{
"strutils": "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"
"voc -m": "test/TestList.Mod",
}
}