aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-01-16 21:55:59 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-01-16 21:55:59 +0000
commit41e1e63b0b83a6a6b3aa60b2e140d4dd9f030e52 (patch)
tree333fbc588cff0639c159a24aab9180fcc9a9fe9a
parentc916566127bad09632580aa0ff540e1f62abb0cf (diff)
downloadpackages-41e1e63b0b83a6a6b3aa60b2e140d4dd9f030e52.tar.gz
packages-41e1e63b0b83a6a6b3aa60b2e140d4dd9f030e52.zip
Added Nim compiler.
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index b2c01ad..fded9ed 100644
--- a/packages.json
+++ b/packages.json
@@ -1119,6 +1119,15 @@
"description": "Utility that helps with big files in git, very similar to git-fat, s3annnex etc.",
"license": "MIT",
"web": "https://gitlab.3dicc.com/gokr/blimp"
+ },
+ {
+ "name": "compiler",
+ "url": "https://github.com/Araq/Nim.git",
+ "method": "git",
+ "tags": ["library", "nim"],
+ "description": "Compiler package providing the compiler sources as a library.",
+ "license": "MIT",
+ "web": "https://github.com/Araq/Nim"
}
]