cryogen-core/project.clj

20 lines
991 B
Clojure
Raw Normal View History

2017-03-12 10:38:48 +00:00
(defproject dda/cryogen-core "0.1.53.1-SNAPSHOT"
: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"}
2019-04-24 16:23:35 +00:00
:dependencies [[org.clojure/clojure "1.10.0"]
2017-01-19 17:33:38 +00:00
[camel-snake-kebab "0.4.0"]
2019-04-24 15:10:38 +00:00
[cheshire "5.8.1"]
2015-09-23 12:13:37 +00:00
[clj-rss "0.2.3"]
[clj-text-decoration "0.0.3"]
2017-01-16 07:37:19 +00:00
[enlive "1.1.6"]
[hawk "0.2.11"]
2019-04-24 16:23:35 +00:00
[hiccup "1.0.5"]
2019-04-24 15:10:38 +00:00
[io.aviso/pretty "0.1.37"]
2017-01-16 07:37:19 +00:00
[me.raynes/fs "1.4.6"]
2016-12-04 06:21:22 +00:00
[pandect "0.6.1"]
2019-04-24 15:10:38 +00:00
[selmer "1.12.12"]]
:deploy-repositories [["snapshots" :clojars]
["releases" :clojars]])