2015-04-03 02:22:17 +00:00
|
|
|
(defproject cryogen-core "0.1.21"
|
2015-01-02 05:05:59 +00:00
|
|
|
:description "Cryogen's compiler"
|
2015-04-14 20:17:56 +00:00
|
|
|
:url "https://github.com/cryogen-project/cryogen-core"
|
2015-01-02 05:05:59 +00:00
|
|
|
:license {:name "Eclipse Public License"
|
|
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
|
|
|
:dependencies [[org.clojure/clojure "1.6.0"]
|
|
|
|
[clj-rss "0.1.9"]
|
|
|
|
[me.raynes/fs "1.4.6"]
|
|
|
|
[crouton "0.1.2"]
|
2015-06-04 20:18:15 +00:00
|
|
|
[cheshire "5.5.0"]
|
2015-01-02 05:05:59 +00:00
|
|
|
[clj-text-decoration "0.0.3"]
|
2015-05-29 03:55:22 +00:00
|
|
|
[io.aviso/pretty "0.1.18"]
|
2015-01-02 05:05:59 +00:00
|
|
|
[hiccup "1.0.5"]
|
2015-03-16 01:46:16 +00:00
|
|
|
[selmer "0.8.2"]
|
2015-04-14 20:13:54 +00:00
|
|
|
[pandect "0.5.2"]])
|