2015-12-17 19:36:09 +00:00
|
|
|
(defproject cryogen-core "0.1.27"
|
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"}
|
2015-07-19 14:48:51 +00:00
|
|
|
:dependencies [[org.clojure/clojure "1.7.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"]
|
|
|
|
[cheshire "5.5.0"]
|
|
|
|
[clj-text-decoration "0.0.3"]
|
2015-12-17 19:36:09 +00:00
|
|
|
[io.aviso/pretty "0.1.20"]
|
2015-07-08 20:34:39 +00:00
|
|
|
[hiccup "1.0.5"]
|
2015-12-17 19:36:09 +00:00
|
|
|
[selmer "0.9.5"]
|
2015-10-31 18:51:19 +00:00
|
|
|
[pandect "0.5.4"]
|
2015-07-08 20:34:39 +00:00
|
|
|
[clj-tagsoup "0.3.0" :exclusions [org.clojure/clojure]]])
|