2010-01-15 01:13:17 +00:00
|
|
|
(defproject functional-koans "0.0.1"
|
|
|
|
:description "The functional koans"
|
2010-02-08 02:20:49 +00:00
|
|
|
:script "koans/path_to_enlightenment.clj"
|
2010-01-15 01:13:17 +00:00
|
|
|
:dependencies [[org.clojure/clojure "1.1.0"]
|
2010-02-05 18:57:38 +00:00
|
|
|
[org.clojure/clojure-contrib "1.0-SNAPSHOT"]
|
2010-02-10 03:20:57 +00:00
|
|
|
[org.clojure/swank-clojure "1.0"]
|
2010-02-05 18:57:38 +00:00
|
|
|
[jline "0.9.94"]]
|
2010-02-08 02:20:49 +00:00
|
|
|
:dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]
|
|
|
|
[leiningen-run "0.3"]]
|
|
|
|
:namespaces [koans])
|