diff options
| author | onionhammer <erik.m.oleary@gmail.com> | 2014-05-25 18:21:42 -0500 |
|---|---|---|
| committer | onionhammer <erik.m.oleary@gmail.com> | 2014-05-25 18:21:42 -0500 |
| commit | de81fb72f80dd93f43db1f93b436837f83c10cf9 (patch) | |
| tree | 782d9becf6fba734e95f47f4d16753fbe367e2b3 | |
| parent | fb0c4313a9d891306a2e4c0713639187b0c05278 (diff) | |
| download | packages-de81fb72f80dd93f43db1f93b436837f83c10cf9.tar.gz packages-de81fb72f80dd93f43db1f93b436837f83c10cf9.zip | |
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..a01dd60 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", |
