8 lines
387 B
Clojure
8 lines
387 B
Clojure
(defproject org.clojars.simon_brooke/internationalisation "0.1.0-SNAPSHOT"
|
|
: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"]
|
|
[instaparse "1.4.7"]])
|