-
Notifications
You must be signed in to change notification settings - Fork 3
/
project.clj
21 lines (21 loc) · 949 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(defproject io.framed/std "0.2.6"
:description "A Clojure utility toolkit"
:url "https://github.com/framed-data/std"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/clojurescript "1.7.48"]
[clj-json "0.5.3"]
[clojure-csv/clojure-csv "2.0.1"]
[com.cognitect/transit-clj "0.8.281"]
[com.damballa/abracad "0.4.12"]
[com.taoensso/encore "2.93.0"]
[com.taoensso/nippy "2.13.0"]
[commons-io/commons-io "2.4"]
[org.clojure/data.fressian "0.2.1"]
[clj-time "0.8.0"]
[com.andrewmcveigh/cljs-time "0.4.0"]
[org.clojure/test.check "0.8.0"]]
:plugins [[codox "0.8.13"]
[lein-cljsbuild "1.0.6"]]
:cljsbuild {:builds []})