Added package configparser (#714)

This commit is contained in:
Ahmed T. Youssef 2018-05-04 19:02:18 +02:00 committed by Dominik Picheta
parent ad1c8ded02
commit 6491b4ab14

View File

@ -9094,6 +9094,19 @@
"license": "LGPLv3",
"web": "https://github.com/juancarlospaco/nim-tinyslation"
},
{
"name": "configparser",
"url": "https://github.com/xmonader/nim-configparser",
"method": "git",
"tags": [
"configparser",
"ini",
"parser"
],
"description": "pure Ini configurations parser",
"license": "MIT",
"web": "https://github.com/xmonader/nim-configparser"
},
{
"name": "random_font_color",
"url": "https://github.com/juancarlospaco/nim-random-font-color",