mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
18 lines
399 B
JSON
18 lines
399 B
JSON
{
|
|
"Package": "strutils",
|
|
"Author": "noch",
|
|
"License": "GPL-3",
|
|
"Version": "0.1",
|
|
"Remote":
|
|
{
|
|
"type": "git",
|
|
"path": "https://github.com/norayr/strutils",
|
|
"tag" : "0.1"
|
|
},
|
|
"Build":
|
|
[
|
|
{"command": "voc -s", "file": "src/strTypes.Mod"},
|
|
{"command": "voc -s", "file": "src/strUtils.Mod"},
|
|
{"command": "voc -m", "file": "test/testStrUtils.Mod"}
|
|
]
|
|
}
|