diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-09-23 22:39:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-23 22:39:22 +0100 |
| commit | 708ef0efaa67a363dcd089959f88b7626118f31e (patch) | |
| tree | cbb679c72d3696719a4cc13167c2e0d4af0c0d78 | |
| parent | 203ce2f00e5f414ec51872ea80e7379f9c690414 (diff) | |
| parent | a9b81b6a793da495efa6b4764dff3903e5177405 (diff) | |
| download | packages-708ef0efaa67a363dcd089959f88b7626118f31e.tar.gz packages-708ef0efaa67a363dcd089959f88b7626118f31e.zip | |
Merge pull request #864 from lee-b/master
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", |
