diff --git a/packages.json b/packages.json index 40fe4b4..1259490 100644 --- a/packages.json +++ b/packages.json @@ -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",