aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2019-01-10 16:15:26 +0100
committerGitHub <noreply@github.com>2019-01-10 16:15:26 +0100
commite3de528df4ad2266dc62c88af195c3f9288e4929 (patch)
tree7b7e391ebcd8cefd49fd8dd8a034670fc84f5484
parent79a4452e1d1e7716875d3fcbfd5a94954de91fdd (diff)
downloadpackages-e3de528df4ad2266dc62c88af195c3f9288e4929.tar.gz
packages-e3de528df4ad2266dc62c88af195c3f9288e4929.zip
add four packages from graveyard (#984)
-rw-r--r--packages.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 954a011..3927c77 100644
--- a/packages.json
+++ b/packages.json
@@ -12360,5 +12360,57 @@
"description": "A SQLbuilder with support for NULL values",
"license": "MIT",
"web": "https://github.com/ThomasTJdev/nim_sqlbuilder"
+ },
+ {
+ "name": "subexes",
+ "url": "https://github.com/nim-lang/graveyard?subdir=subexes",
+ "method": "git",
+ "tags": [
+ "graveyard",
+ "subexes",
+ "substitution expression"
+ ],
+ "description": "Nim support for substitution expressions",
+ "license": "MIT",
+ "web": "https://github.com/nim-lang/graveyard/tree/master/subexes"
+ },
+ {
+ "name": "scgi",
+ "url": "https://github.com/nim-lang/graveyard?subdir=scgi",
+ "method": "git",
+ "tags": [
+ "graveyard",
+ "scgi",
+ "cgi"
+ ],
+ "description": "Helper procs for SCGI applications",
+ "license": "MIT",
+ "web": "https://github.com/nim-lang/graveyard/tree/master/scgi"
+ },
+ {
+ "name": "smtp",
+ "url": "https://github.com/nim-lang/graveyard?subdir=smtp",
+ "method": "git",
+ "tags": [
+ "graveyard",
+ "smtp",
+ "mail"
+ ],
+ "description": "SMTP client protocol",
+ "license": "MIT",
+ "web": "https://github.com/nim-lang/graveyard/tree/master/smtp"
+ },
+ {
+ "name": "oids",
+ "url": "https://github.com/nim-lang/graveyard?subdir=oids",
+ "method": "git",
+ "tags": [
+ "graveyard",
+ "oid",
+ "oids"
+ ],
+ "description": "Nim OID support",
+ "license": "MIT",
+ "web": "https://github.com/nim-lang/graveyard/tree/master/oids"
}
]