cryogen-core/project.clj

17 lines
845 B
Clojure
Raw Normal View History

(defproject cryogen-core "0.1.27"
: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"]
[me.raynes/fs "1.4.6"]
[crouton "0.1.2"]
[cheshire "5.5.0"]
[clj-text-decoration "0.0.3"]
[io.aviso/pretty "0.1.20"]
[hiccup "1.0.5"]
[selmer "0.9.5"]
[pandect "0.5.4"]
[clj-tagsoup "0.3.0" :exclusions [org.clojure/clojure]]])