From 41e1e63b0b83a6a6b3aa60b2e140d4dd9f030e52 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Fri, 16 Jan 2015 21:55:59 +0000 Subject: [PATCH] Added Nim compiler. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]