diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-09 16:05:13 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-09 16:05:13 -0600 |
| commit | 327dd100ff47a0174af03ce9c47469b9be435b66 (patch) | |
| tree | c9bbf307bf5ac8ed6e475e7d205d61975526a4c2 | |
| parent | 9680cf4988c8e6c2626646ab2386285fbbee0ce6 (diff) | |
| download | packages-327dd100ff47a0174af03ce9c47469b9be435b66.tar.gz packages-327dd100ff47a0174af03ce9c47469b9be435b66.zip | |
Add nimssl
| -rw-r--r-- | packages.json | 18 |
1 files changed, 17 insertions, 1 deletions
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" } ] |
