aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-03-09 16:02:48 -0600
committerGanesh Viswanathan <dev@genotrance.com>2018-03-09 16:02:48 -0600
commit9680cf4988c8e6c2626646ab2386285fbbee0ce6 (patch)
tree1f83221098b1b81fde1436e04bac57fc96b82f4a
parente53e5bd0ee280d549f985806eaa14cabdd9a6afb (diff)
parentad602c441354202e23e4038a79e51c357a264d20 (diff)
downloadpackages-9680cf4988c8e6c2626646ab2386285fbbee0ce6.tar.gz
packages-9680cf4988c8e6c2626646ab2386285fbbee0ce6.zip
Add nimssh
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index b30c2e5..cbb3355 100644
--- a/packages.json
+++ b/packages.json
@@ -8550,5 +8550,18 @@
"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": "libssl2 wrapper for Nim",
+ "license": "MIT",
+ "web": "https://github.com/genotrance/nimssh2"
}
]