aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-03-09 22:19:55 +0000
committerGitHub <noreply@github.com>2018-03-09 22:19:55 +0000
commite5ef6cbb2bf50ff6b35b1e555caf817e168b7595 (patch)
tree852af8360285ddd4138588311ea42dbfe3ef51a5
parentce5acc2314ad9788eeba3a2fac83150899add23c (diff)
parent91477a1c8bd44f17752a1c23cecd8670b30eac25 (diff)
downloadpackages-e5ef6cbb2bf50ff6b35b1e555caf817e168b7595.tar.gz
packages-e5ef6cbb2bf50ff6b35b1e555caf817e168b7595.zip
Merge pull request #673 from genotrance/master
Add multiple packages, closing other PRs
-rw-r--r--packages.json90
1 files changed, 88 insertions, 2 deletions
diff --git a/packages.json b/packages.json
index d8529c4..36b9e41 100644
--- a/packages.json
+++ b/packages.json
@@ -8450,7 +8450,7 @@
"method": "git",
"tags": [
"library",
- "useragent"
+ "useragent"
],
"description": "User Agent parser for nim.",
"license": "MIT",
@@ -8507,5 +8507,91 @@
"description": "Everything you want to do with colors.",
"license": "MIT",
"web": "https://github.com/treeform/chroma"
- }
+ },
+ {
+ "name": "nimrax",
+ "url": "https://github.com/genotrance/nimrax",
+ "method": "git",
+ "tags": [
+ "rax",
+ "radix",
+ "tree",
+ "data",
+ "structure"
+ ],
+ "description": "Radix tree wrapper for Nim",
+ "license": "MIT",
+ "web": "https://github.com/genotrance/nimrax"
+ },
+ {
+ "name": "nimbass",
+ "url": "https://github.com/genotrance/nimbass",
+ "method": "git",
+ "tags": [
+ "bass",
+ "audio",
+ "wrapper"
+ ],
+ "description": "Bass wrapper for Nim",
+ "license": "MIT",
+ "web": "https://github.com/genotrance/nimbass"
+ },
+ {
+ "name": "nimkerberos",
+ "url": "https://github.com/genotrance/nimkerberos",
+ "method": "git",
+ "tags": [
+ "kerberos",
+ "ntlm",
+ "authentication",
+ "auth",
+ "sspi"
+ ],
+ "description": "WinKerberos wrapper for Nim",
+ "license": "MIT",
+ "web": "https://github.com/genotrance/nimkerberos"
+ },
+ {
+ "name": "nimssh2",
+ "url": "https://github.com/genotrance/nimssh2",
+ "method": "git",
+ "tags": [
+ "ssh",
+ "library",
+ "wrapper"
+ ],
+ "description": "libssh2 wrapper for Nim",
+ "license": "MIT",
+ "web": "https://github.com/genotrance/nimssh2"
+ },
+ {
+ "name": "nimssl",
+ "url": "https://github.com/genotrance/nimssl",
+ "method": "git",
+ "tags": [
+ "openssl",
+ "sha",
+ "sha1",
+ "hash",
+ "sha256",
+ "sha512"
+ ],
+ "description": "OpenSSL wrapper for Nim",
+ "license": "MIT",
+ "web": "https://github.com/genotrance/nimssl"
+ },
+ {
+ "name": "snip",
+ "url": "https://github.com/genotrance/snip",
+ "method": "git",
+ "tags": [
+ "console",
+ "editor",
+ "text",
+ "cli"
+ ],
+ "description": "Text editor to speed up testing code snippets",
+ "license": "MIT",
+ "web": "https://github.com/genotrance/snip"
+ }
]