Add compiler.nimble file.

This commit is contained in:
Dominik Picheta
2015-01-16 21:47:26 +00:00
parent c7934be7e8
commit 03eb11d2c8

11
compiler.nimble Normal file
View File

@@ -0,0 +1,11 @@
[Package]
name = "compiler"
version = "0.10.3"
author = "Andreas Rumpf"
description = "Compiler package providing the compiler sources as a library."
license = "MIT"
InstallDirs = "doc, compiler"
[Deps]
Requires: "nim >= 0.10.3"