diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2018-10-26 19:19:04 -0300 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-10-26 23:19:04 +0100 |
| commit | 317ded1dd43ad8b89f28056229c142b247471458 (patch) | |
| tree | ad2fef5aaf94b7356cc12d69a7da89242f869b0b | |
| parent | 8cba8eb45a9d5e6c0691a678fca4c9ddff44fbd6 (diff) | |
| download | packages-317ded1dd43ad8b89f28056229c142b247471458.tar.gz packages-317ded1dd43ad8b89f28056229c142b247471458.zip | |
Added package crosscompile (#893)
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 40fe4b4..1259490 100644 --- a/packages.json +++ b/packages.json @@ -11093,6 +11093,18 @@ "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", "method": "git", |
