Merge pull request #60 from lyro/master

Added strfmt module
This commit is contained in:
Dominik Picheta 2014-05-29 20:44:34 +01:00
commit 2847603911

View File

@ -678,6 +678,15 @@
"license": "MIT",
"web":"https://github.com/esbullington/nimrod-hex"
},
{
"name":"strfmt",
"url": "https://bitbucket.org/lyro/strfmt",
"method": "hg",
"tags":["library"],
"description":"A string formatting library inspired by Python's `format`.",
"license": "MIT",
"web": "https://lyro.bitbucket.org/strfmt"
},
{
"name":"jade-nim",
"url":"git://github.com/idlewan/jade-nim",