This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
clojure-template-benchmarks/project.clj

19 lines
787 B
Clojure
Raw Normal View History

2013-01-30 02:25:33 -05:00
(defproject clojure-template-benchmarks "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:main clojure-template-benchmarks.core
2014-11-11 15:16:17 -05:00
:dependencies [[org.clojure/clojure "1.6.0"]
2013-07-19 16:57:04 -04:00
[clabango "0.5"]
2014-11-11 15:16:17 -05:00
[criterium "0.4.3"] ; 0.3.1
[enlive "1.1.5"]
[hiccup "1.0.5"]
[stencil "0.3.5"]
[selmer "0.7.2"]
2013-01-30 05:38:39 -05:00
[tinsel "0.4.0" :exclusions [hickory]]
2014-11-11 15:16:17 -05:00
[me.raynes/laser "2.0.0-SNAPSHOT"]
[me.shenfeng/mustache "1.1"]
[clj-pebble "0.2.0"]
2014-11-11 15:16:17 -05:00
[clojure-csv/clojure-csv "2.0.1"]])