summaryrefslogtreecommitdiff
path: root/project.clj
blob: 7a69bb4ef740bc59eaedc1d266022c2b5386086f (about) (plain)
1
2
3
4
5
6
7
(defproject org.clojars.czan/abra "0.1.3-SNAPSHOT"
  :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"]])