diff options
| author | Lee Braiden <leebraid@gmail.com> | 2018-09-22 18:10:38 +0100 |
|---|---|---|
| committer | Lee Braiden <leebraid@gmail.com> | 2018-09-22 18:10:38 +0100 |
| commit | a9b81b6a793da495efa6b4764dff3903e5177405 (patch) | |
| tree | cbb679c72d3696719a4cc13167c2e0d4af0c0d78 | |
| parent | 203ce2f00e5f414ec51872ea80e7379f9c690414 (diff) | |
| download | packages-a9b81b6a793da495efa6b4764dff3903e5177405.tar.gz packages-a9b81b6a793da495efa6b4764dff3903e5177405.zip | |
Add nimrun package
| -rw-r--r-- | packages.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 183c9f4..4e2e5cd 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,27 @@ [ { + "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", "method": "git", |
