diff options
| author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-01-23 22:52:03 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-01-23 22:52:03 +0000 |
| commit | c9130bbf0297dccf15aadfcb50dfeebcbfa4d19a (patch) | |
| tree | f6806b96543a5f79e9b232ff5f48b649431041b8 | |
| parent | 886a16d2d124df5134f5b096cdb39f272a201cb2 (diff) | |
| parent | fcfe3631c91f7d8b4c4a5fe30a501a390cf2b67b (diff) | |
| download | packages-c9130bbf0297dccf15aadfcb50dfeebcbfa4d19a.tar.gz packages-c9130bbf0297dccf15aadfcb50dfeebcbfa4d19a.zip | |
Merge branch 'master' of https://github.com/achesak/packages
| -rw-r--r-- | packages.json | 12 |
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" } ] |
