summary refs log tree commit diff stats
path: root/compiler.nimble
diff options
context:
space:
mode:
Diffstat (limited to 'compiler.nimble')
-rw-r--r--compiler.nimble11
1 files changed, 11 insertions, 0 deletions
diff --git a/compiler.nimble b/compiler.nimble
new file mode 100644
index 000000000..52eb4083b
--- /dev/null
+++ b/compiler.nimble
@@ -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"