aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-03-09 16:02:01 -0600
committerGanesh Viswanathan <dev@genotrance.com>2018-03-09 16:02:01 -0600
commite53e5bd0ee280d549f985806eaa14cabdd9a6afb (patch)
treefca202c180a756662fc0c631406b299d53121615
parent113ebea93ce3a1af3a9ebc6a488a0718798f9c9a (diff)
parentcaff1b7b2a11a2c993641b504f3bda3a2922061c (diff)
downloadpackages-e53e5bd0ee280d549f985806eaa14cabdd9a6afb.tar.gz
packages-e53e5bd0ee280d549f985806eaa14cabdd9a6afb.zip
Add nimkerberos
-rw-r--r--packages.json15
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"
}
]