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

15 lines
635 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
:dependencies [[org.clojure/clojure "1.4.0"]
2013-01-30 03:39:35 -05:00
[clabango "0.4"]
2013-01-30 02:25:33 -05:00
[criterium "0.3.1"]
2013-01-30 03:39:35 -05:00
[enlive "1.0.0"]
2013-01-30 02:25:33 -05:00
[hiccup "1.0.2"]
2013-01-30 02:50:49 -05:00
[stencil "0.3.0"]
2013-01-30 05:38:39 -05:00
[tinsel "0.4.0" :exclusions [hickory]]
2013-01-30 06:03:09 -05:00
[me.raynes/laser "0.1.21"]
[enlive "1.0.1"]])