aboutsummaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-09-27 01:07:18 -0400
committerEduardo Julian2015-09-27 01:07:18 -0400
commitaa3b52309f2e920688d56b0b00ba12040bf0e841 (patch)
treebe8d7e1bbfeaef29331e6e9eee224b2d2653ddcb /project.clj
parent506ec627005cca8a2e6f7c4fcf374634be3653de (diff)
- Lux programs can now use libraries for both the JVM (.jar files) and pure Lux code (.tar.gz files).
- Fixed a bug regarding indices and loading/storing from/to arrays.
Diffstat (limited to '')
-rw-r--r--project.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 88191109a..9d09c53fc 100644
--- a/project.clj
+++ b/project.clj
@@ -5,6 +5,7 @@
: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"]]
+ [org.ow2.asm/asm-all "5.0.3"]
+ [org.apache.commons/commons-compress "1.10"]]
:warn-on-reflection true
:main lux)