xforms/project.clj
François De Serres 944017ab37 Update project.clj
gh link
2015-09-16 14:03:28 +02:00

6 lines
281 B
Clojure

(defproject net.cgrand/xforms "0.1.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.7.0"]])