From 23e097f6d988e2e112e753895ba2a98dca65e4ab Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Thu, 8 Mar 2018 23:11:13 -0600 Subject: [PATCH 1/6] Added package nimbass --- packages.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index d8529c4..0232127 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,18 @@ "description": "Everything you want to do with colors.", "license": "MIT", "web": "https://github.com/treeform/chroma" - } + }, + { + "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" + } ] From caff1b7b2a11a2c993641b504f3bda3a2922061c Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Thu, 8 Mar 2018 23:15:45 -0600 Subject: [PATCH 2/6] Added package nimkerberos --- packages.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index d8529c4..3bd9924 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,20 @@ "description": "Everything you want to do with colors.", "license": "MIT", "web": "https://github.com/treeform/chroma" - } + }, + { + "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" + } ] From ad602c441354202e23e4038a79e51c357a264d20 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Thu, 8 Mar 2018 23:22:24 -0600 Subject: [PATCH 3/6] Added package nimssh2 --- packages.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index d8529c4..abd46df 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,18 @@ "description": "Everything you want to do with colors.", "license": "MIT", "web": "https://github.com/treeform/chroma" - } + }, + { + "name": "nimssh2", + "url": "https://github.com/genotrance/nimssh2", + "method": "git", + "tags": [ + "ssh", + "library", + "wrapper" + ], + "description": "libssl2 wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimssh2" + } ] From 73af620a5e09fa336ad60d9e5b4d61797fda306a Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Thu, 8 Mar 2018 23:40:58 -0600 Subject: [PATCH 4/6] Added package nimrax --- packages.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index d8529c4..a507efc 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,20 @@ "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" + } ] From d1b628d9f65ab76bd097f1b897d9f5850410ea23 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Thu, 8 Mar 2018 23:48:03 -0600 Subject: [PATCH 5/6] Added package snip --- packages.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index d8529c4..c6b3602 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,19 @@ "description": "Everything you want to do with colors.", "license": "MIT", "web": "https://github.com/treeform/chroma" - } + }, + { + "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" + } ] From 327dd100ff47a0174af03ce9c47469b9be435b66 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Fri, 9 Mar 2018 16:05:13 -0600 Subject: [PATCH 6/6] Add nimssl --- packages.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index cbb3355..2189689 100644 --- a/packages.json +++ b/packages.json @@ -8560,8 +8560,24 @@ "library", "wrapper" ], - "description": "libssl2 wrapper for Nim", + "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" } ]