diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-03-12 18:28:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-12 18:28:42 +0100 |
| commit | bf7c24c8d28cd389080e99d7bf27e874a5e7847f (patch) | |
| tree | 48246e4b2aef7d4616e42ef78a94331a7cfa2685 | |
| parent | d3482cc03649d30311baad153c6384c2bebf91be (diff) | |
| parent | af9e0551a66fea58a5918d51b5a3b84f0762c670 (diff) | |
| download | packages-bf7c24c8d28cd389080e99d7bf27e874a5e7847f.tar.gz packages-bf7c24c8d28cd389080e99d7bf27e874a5e7847f.zip | |
Merge pull request #483 from PMunch/master
Added nimcr package
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f049a01..37c84ac 100644 --- a/packages.json +++ b/packages.json @@ -872,6 +872,18 @@ "web": "https://github.com/PMunch/SDLGamelib" }, { + "name": "nimcr", + "url": "https://github.com/PMunch/nimcr", + "method": "git", + "tags": [ + "shebang", + "utility" + ], + "description": "A small program to make Nim shebang-able without the overhead of compiling each time", + "license": "MIT", + "web": "https://github.com/PMunch/nimcr" + }, + { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim", "method": "git", |
