diff --git a/packages.json b/packages.json index 183c9f4..4e2e5cd 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,26 @@ [ + { + "name": "nimrun", + "url": "https://github.com/lee-b/nimrun", + "method": "git", + "tags": [ + "shebang", + "unix", + "linux", + "bsd", + "mac", + "shell", + "script", + "nimble", + "nimcr", + "compile", + "run", + "standalone" + ], + "description": "Shebang frontend for running nim code as scripts. Does not require .nim extensions.", + "license": "MIT", + "web": "https://github.com/lee-b/nimrun" + }, { "name": "sequtils2", "url": "https://github.com/Michedev/sequtils2",