diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-09 16:02:48 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-09 16:02:48 -0600 |
| commit | 9680cf4988c8e6c2626646ab2386285fbbee0ce6 (patch) | |
| tree | 1f83221098b1b81fde1436e04bac57fc96b82f4a | |
| parent | e53e5bd0ee280d549f985806eaa14cabdd9a6afb (diff) | |
| parent | ad602c441354202e23e4038a79e51c357a264d20 (diff) | |
| download | packages-9680cf4988c8e6c2626646ab2386285fbbee0ce6.tar.gz packages-9680cf4988c8e6c2626646ab2386285fbbee0ce6.zip | |
Add nimssh
| -rw-r--r-- | packages.json | 13 |
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" } ] |
