diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-08 23:22:24 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-08 23:22:24 -0600 |
| commit | ad602c441354202e23e4038a79e51c357a264d20 (patch) | |
| tree | c553271232e49fc178b7d39a384ace30a8e4bff7 | |
| parent | ce5acc2314ad9788eeba3a2fac83150899add23c (diff) | |
| download | packages-ad602c441354202e23e4038a79e51c357a264d20.tar.gz packages-ad602c441354202e23e4038a79e51c357a264d20.zip | |
Added package nimssh2
| -rw-r--r-- | packages.json | 17 |
1 files 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" + } ] |
