Added package pylib

This commit is contained in:
Daniil Yarancev 2017-08-26 11:03:07 +03:00
parent d74bb53a2c
commit 6b0e93eb41

View File

@ -7101,8 +7101,22 @@
"dbg",
"debug"
],
"description": "dbg template; in debug echo" ,
"description": "dbg template; in debug echo",
"license": "MIT",
"web": "https://github.com/enthus1ast/nimDbg"
}
},
{
"name": "pylib",
"url": "https://github.com/Yardanico/nimpylib",
"method": "git",
"tags": [
"python",
"compatibility",
"library",
"pure"
],
"description": "Nim library with python-like functions and operators",
"license": "MIT",
"web": "https://github.com/Yardanico/nimpylib"
}
]