-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathproject.clj
More file actions
14 lines (14 loc) · 738 Bytes
/
project.clj
File metadata and controls
14 lines (14 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(defproject eye-boof/eye-boof "2.2.1-SNAPSHOT"
:description "Clojure image processing library based on BoofCV."
:url "https://github.com/boechat107/eye-boof"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.boofcv/core "0.26"]
[prismatic/hiphip "0.2.1"]
[org.clojure/algo.generic "0.1.2"]
;; Used to expose definitions of other namespaces.
[potemkin "0.4.3"]]
:profiles {:dev {:dependencies [[org.clojure/clojure "1.8.0"]
[criterium "0.4.4"]]
:plugins [[lein-codox "0.10.3"]
[lein-cloverage "1.0.9"]]}})