clj-wordcloud/project.clj
2018-03-22 00:25:30 +05:30

8 lines
386 B
Clojure

(defproject xtreak/clj-wordcloud "0.1.0-SNAPSHOT"
:description "A simple clojure wrapper around kumo for wordcloud generation"
:url "http://github.com/tirkarthi/clj-wordcloud"
:license {:name "MIT public license"
:url "http://opensource.org/licenses/mit-license.php"}
:dependencies [[org.clojure/clojure "1.9.0"]
[com.kennycason/kumo-core "1.13"]])