Added package mustache (#1168)

This commit is contained in:
Ju 2019-09-19 22:18:53 +12:00 committed by Miran
parent 5b060a1741
commit baffd52c3c

View File

@ -14328,5 +14328,17 @@
"description": "Pure Nim stack implementation based on sequences.",
"license": "MIT",
"web": "https://github.com/rustomax/nim-stacks"
},
{
"name": "mustache",
"url": "https://github.com/soasme/nim-mustache",
"method": "git",
"tags": [
"mustache",
"template"
],
"description": "Mustache in Nim",
"license": "MIT",
"web": "https://github.com/soasme/nim-mustache"
}
]