Added package magic (#719)

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

View File

@ -9094,6 +9094,19 @@
"license": "LGPLv3",
"web": "https://github.com/juancarlospaco/nim-tinyslation"
},
{
"name": "magic",
"url": "https://github.com/xmonader/nim-magic",
"method": "git",
"tags": [
"libmagic",
"magic",
"guessfile"
],
"description": "libmagic for nim",
"license": "MIT",
"web": "https://github.com/xmonader/nim-magic"
},
{
"name": "configparser",
"url": "https://github.com/xmonader/nim-configparser",