summaryrefslogtreecommitdiff
path: root/project.clj
blob: c129353749d2c1a4c9a9d9038511d8c246b5d826 (about) (plain)
1
2
3
4
5
6
7
(defproject org.clojars.czan/abra "0.1.2"
  :description "A small library for reverse-routing in compojure applications."
  :url "http://bitbucket.org/czan/abra"
  :license {:name "Eclipse Public License"
            :url "http://www.eclipse.org/legal/epl-v10.html"}
  :dependencies [[org.clojure/clojure "1.5.1"]
                 [compojure "1.1.5"]])