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