diff --git a/base64.json b/base64.json new file mode 100644 index 0000000..05faf5d --- /dev/null +++ b/base64.json @@ -0,0 +1,16 @@ +{ + "Package": "base64", + "Author": "noch", + "License": "GPL-3", + "Version": "0.1", + "Remote": + { + "type": "git", + "path": "https://github.com/norayr/base64", + "tag" : "0.1" + }, + "Build": + [ + {"command": "voc -s", "file": "src/Base64.Mod"} + ] +} diff --git a/http.json b/http.json new file mode 100644 index 0000000..745c355 --- /dev/null +++ b/http.json @@ -0,0 +1,23 @@ +{ + "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"} + ] +}