Added package crosscompile (#893)

This commit is contained in:
Juan Carlos 2018-10-26 19:19:04 -03:00 committed by Dominik Picheta
parent 8cba8eb45a
commit 317ded1dd4

View File

@ -11092,6 +11092,18 @@
"license": "MIT",
"web": "https://github.com/irskep/rexpaint_nim"
},
{
"name": "crosscompile",
"url": "https://github.com/juancarlospaco/nim-crosscompile",
"method": "git",
"tags": [
"crosscompile",
"compile"
],
"description": "Crosscompile Nim source code into multiple targets on Linux with this proc.",
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-crosscompile"
},
{
"name": "rodcli",
"url": "https://github.com/jabbalaci/NimCliHelper",