diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-05-26 00:25:40 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-05-26 00:25:40 +0100 |
| commit | 4f55954f1c537aa6d817349dcbde17676a60b95e (patch) | |
| tree | d85f67d94fad7263109ccb95537ce625461d6903 | |
| parent | fb0c4313a9d891306a2e4c0713639187b0c05278 (diff) | |
| parent | ed49d1a48456703defb805ccb02d7c288138d762 (diff) | |
| download | packages-4f55954f1c537aa6d817349dcbde17676a60b95e.tar.gz packages-4f55954f1c537aa6d817349dcbde17676a60b95e.zip | |
Merge pull request #59 from onionhammer/patch-2
Added nimrod templates module
| -rw-r--r-- | packages.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d5cfe02..705e1f5 100644 --- a/packages.json +++ b/packages.json @@ -30,6 +30,16 @@ }, { + "name": "templates", + "url": "https://github.com/onionhammer/nim-templates.git", + "method": "git", + "tags": ["web", "html", "template"], + "description": "A simple string templating library for Nimrod.", + "license": "BSD", + "web": "https://github.com/onionhammer/nim-templates" + }, + + { "name": "murmur", "url": "git://github.com/olahol/nimrod-murmur/", "method": "git", |
