vipatsar/http.json
Norayr Chilingarian 434a07b7c8 added http, base64
2024-07-20 17:11:21 +04:00

23 lines
416 B
JSON

{
"Package": "http",
"Author": "noch",
"License": "GPL-3",
"Version": "0.1",
"Remote":
{
"type": "git",
"path": "https://github.com/norayr/http",
"tag" : "0.1"
},
"Dependencies":
{
"strutils": "0.1",
"base64": "0.1",
"Internet": "0.1"
},
"Build":
[
{"command": "voc -s", "file": "src/hexIntStr.Mod"},
{"command": "voc -s", "file": "src/http.Mod"}
]
}