mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-04-05 21:12:25 +00:00
added http, base64
This commit is contained in:
parent
38787abfc1
commit
434a07b7c8
2 changed files with 39 additions and 0 deletions
16
base64.json
Normal file
16
base64.json
Normal file
|
|
@ -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"}
|
||||||
|
]
|
||||||
|
}
|
||||||
23
http.json
Normal file
23
http.json
Normal file
|
|
@ -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"}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue