kibit/project.clj
Yann Esposito (Yogsototh) 17f6f0e9a5
added filterv rule
2016-06-14 09:03:04 +02:00

14 lines
670 B
Clojure

(defproject yogsototh/kibit "0.1.6-SNAPSHOT"
:description "There's a function for that!"
:url "https://github.com/yogsototh/kibit"
:license {:name "Eclipse Public License - v 1.0"
:url "http://www.eclipse.org/legal/epl-v10.html"
:distribution :repo
:comments "Contact if any questions"}
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/core.logic "0.8.10"]
[org.clojure/tools.cli "0.3.1"]]
:profiles {:dev {:dependencies [[lein-marginalia "0.8.0"]]
:resource-paths ["test/resources"]}}
:deploy-repositories [["releases" :clojars]]
:warn-on-reflection false)