kibit/project.clj
2013-03-08 08:09:29 +00:00

13 lines
606 B
Clojure

(defproject jonase/kibit "0.0.7-SNAPSHOT"
:description "There's a function for that!"
:url "https://github.com/jonase/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.5.0"]
[org.clojure/core.logic "0.8.0-rc2"]
[org.clojure/tools.namespace "0.2.1"]
[org.clojure/tools.cli "0.2.2"]]
:dev-dependencies [[lein-marginalia "0.7.0"]]
:warn-on-reflection false)