Added nimrod templates module

This commit is contained in:
onionhammer 2014-05-25 18:21:42 -05:00
parent fb0c4313a9
commit de81fb72f8

View File

@ -29,6 +29,16 @@
"web": "https://github.com/dom96/jester" "web": "https://github.com/dom96/jester"
}, },
{
"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", "name": "murmur",
"url": "git://github.com/olahol/nimrod-murmur/", "url": "git://github.com/olahol/nimrod-murmur/",