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