aboutsummaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj7
1 files changed, 4 insertions, 3 deletions
diff --git a/project.clj b/project.clj
index 78893a05b..9f647fcd4 100644
--- a/project.clj
+++ b/project.clj
@@ -1,9 +1,10 @@
-(defproject lang "0.1.0-SNAPSHOT"
- :description "FIXME: write description"
+(defproject lux-jvm "0.1.0"
+ :description "The JVM compiler for the Lux programming language."
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/core.match "0.2.1"]
[org.ow2.asm/asm-all "5.0.3"]]
- :warn-on-reflection true)
+ :warn-on-reflection true
+ :main lux)