-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproject.clj
19 lines (19 loc) · 879 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(defproject anglican-user "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.8.0"]
[nstools "0.2.4"]
[anglican "1.0.0"]
[org.nfrac/cljbox2d.testbed "0.5.0"]
[org.nfrac/cljbox2d "0.5.0"]
[org.clojure/data.priority-map "0.0.7"]
[net.mikera/core.matrix "0.33.2"]
[net.mikera/core.matrix.stats "0.5.0"]
[net.mikera/vectorz-clj "0.29.0"]
[net.mikera/imagez "0.12.0"]
[clojure-csv/clojure-csv "2.0.1"]]
:plugins [[dtolpin/lein-gorilla "0.3.7-SNAPSHOT"]]
:resource-paths ["programs"]
:main ^:skip-aot anglican.core)