xforms/project.clj
Christopher Mark Gore 50d6611bfb Clojure 1.9
2017-12-11 11:08:54 -06:00

8 lines
385 B
Clojure

(defproject net.cgrand/xforms "0.15.0"
:description "Extra transducers for Clojure"
:url "https://github.com/cgrand/xforms"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/clojurescript "1.9.946"]
[net.cgrand/macrovich "0.2.0"]])