milkwood-clj/project.clj
Simon Brooke 997f665e37 Initial commit of clojure reimplementation of Milkwood. Most of the
read side working, write side started, top level function just sketched
and definitely not working.
2013-11-07 23:34:12 +00:00

9 lines
333 B
Clojure

(defproject milkwood-clj "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]]
:main milkwood-clj.core
:profiles {:uberjar {:aot :all}})