Added Nim compiler.

This commit is contained in:
Dominik Picheta 2015-01-16 21:55:59 +00:00
parent c916566127
commit 41e1e63b0b

View File

@ -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"
}
]