internationalisation/project.clj
2017-08-09 12:00:41 +01:00

10 lines
461 B
Clojure

(defproject org.clojars.simon_brooke/internationalisation "1.0.1"
:description "Internationalisation library for Clojure"
:url "https://github.com/simon-brooke/internationalisation"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0"]
[com.taoensso/timbre "4.10.0"]
[instaparse "1.4.7"]]
:plugins [[lein-codox "0.10.3"]])