Select Git revision
project.clj
-
Johannes Knoedtel authoredJohannes Knoedtel authored
project.clj 258 B
(defproject xdg-basedir "1.0.0"
:description "Implementation of the XDG Base Directory Specification"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]])