forked from relevance/labrepl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.clj
More file actions
19 lines (19 loc) · 908 Bytes
/
project.clj
File metadata and controls
19 lines (19 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(defproject labrepl "0.0.1"
:description "Clojure exercises, with integrated repl and webapp"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[compojure "0.5.3"]
[ring/ring-jetty-adapter "0.3.5"]
[hiccup "0.3.1"]
[postgresql "8.4-701.jdbc4"]
[log4j "1.2.16"]
[incanter "1.2.3"]
[antlr/stringtemplate "2.2"]
[clojure-http-client "1.1.0-SNAPSHOT"]
[swank-clojure "1.3.0-SNAPSHOT"]
[jline "0.9.94"]
[mycroft "0.0.2"]
[circumspec "0.0.13"]]
:dev-dependencies [[autodoc "0.7.1" :exclusions [org.clojure/clojure-contrib]]
[swank-clojure "1.3.0-SNAPSHOT"]]
:repositories {"clojure-releases" "http://build.clojure.org/releases"})