aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2016-01-23 22:52:03 +0000
committerDominik Picheta <dominikpicheta@gmail.com>2016-01-23 22:52:03 +0000
commitc9130bbf0297dccf15aadfcb50dfeebcbfa4d19a (patch)
treef6806b96543a5f79e9b232ff5f48b649431041b8
parent886a16d2d124df5134f5b096cdb39f272a201cb2 (diff)
parentfcfe3631c91f7d8b4c4a5fe30a501a390cf2b67b (diff)
downloadpackages-c9130bbf0297dccf15aadfcb50dfeebcbfa4d19a.tar.gz
packages-c9130bbf0297dccf15aadfcb50dfeebcbfa4d19a.zip
Merge branch 'master' of https://github.com/achesak/packages
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 15a6abd..0c00c24 100644
--- a/packages.json
+++ b/packages.json
@@ -4036,5 +4036,17 @@
"description": "Cap'n Proto implementation for Nim",
"license": "MIT",
"web": "https://github.com/zielmicha/capnp.nim"
+ },
+ {
+ "name": "biscuits",
+ "url": "git://github.com/achesak/nim-biscuits",
+ "method": "git",
+ "tags": [
+ "cookie",
+ "persistence"
+ ],
+ "description": "better cookie handling",
+ "license": "MIT",
+ "web": "https://github.com/achesak/nim-biscuits"
}
]