Added package wren (#977)

This commit is contained in:
geotre 2019-01-05 14:10:20 +00:00 committed by Miran
parent bae8f01b1f
commit afdefde4e0

View File

@ -12376,6 +12376,19 @@
"license": "MIT",
"web": "https://github.com/MaxUNof/gurl"
},
{
"name": "wren",
"url": "https://github.com/geotre/wren",
"method": "git",
"tags": [
"wren",
"scripting",
"interpreter"
],
"description": "A nim wrapper for Wren, an embedded scripting language",
"license": "MIT",
"web": "https://github.com/geotre/wren"
},
{
"name": "tiny_sqlite",
"url": "https://github.com/GULPF/tiny_sqlite",