2016-12-17 10:29:16 +00:00
|
|
|
(defproject cryogen-core "0.1.44"
|
2015-07-08 20:34:39 +00:00
|
|
|
:description "Cryogen's compiler"
|
|
|
|
:url "https://github.com/cryogen-project/cryogen-core"
|
|
|
|
:license {:name "Eclipse Public License"
|
|
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
2016-02-04 20:40:48 +00:00
|
|
|
:dependencies [[org.clojure/clojure "1.8.0"]
|
2015-09-23 12:13:37 +00:00
|
|
|
[clj-rss "0.2.3"]
|
2015-07-08 20:34:39 +00:00
|
|
|
[me.raynes/fs "1.4.6"]
|
|
|
|
[crouton "0.1.2"]
|
2016-09-03 19:34:43 +00:00
|
|
|
[cheshire "5.6.3"]
|
2015-07-08 20:34:39 +00:00
|
|
|
[clj-text-decoration "0.0.3"]
|
2016-12-04 06:21:22 +00:00
|
|
|
[io.aviso/pretty "0.1.33"]
|
2015-07-08 20:34:39 +00:00
|
|
|
[hiccup "1.0.5"]
|
2016-12-04 06:21:22 +00:00
|
|
|
[selmer "1.10.1"]
|
|
|
|
[pandect "0.6.1"]
|
|
|
|
[hawk "0.2.11"]
|
2015-07-08 20:34:39 +00:00
|
|
|
[clj-tagsoup "0.3.0" :exclusions [org.clojure/clojure]]])
|