diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-09 16:02:01 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-09 16:02:01 -0600 |
| commit | e53e5bd0ee280d549f985806eaa14cabdd9a6afb (patch) | |
| tree | fca202c180a756662fc0c631406b299d53121615 | |
| parent | 113ebea93ce3a1af3a9ebc6a488a0718798f9c9a (diff) | |
| parent | caff1b7b2a11a2c993641b504f3bda3a2922061c (diff) | |
| download | packages-e53e5bd0ee280d549f985806eaa14cabdd9a6afb.tar.gz packages-e53e5bd0ee280d549f985806eaa14cabdd9a6afb.zip | |
Add nimkerberos
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 21b0cc4..b30c2e5 100644 --- a/packages.json +++ b/packages.json @@ -8535,5 +8535,20 @@ "description": "Bass wrapper for Nim", "license": "MIT", "web": "https://github.com/genotrance/nimbass" + }, + { + "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" } ] |
