kibit/project.clj

14 lines
579 B
Clojure
Raw Normal View History

2012-03-10 13:00:13 +00:00
(defproject jonase/kibit "0.0.3-SNAPSHOT"
2012-03-04 16:41:53 +00:00
: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"}
2012-03-04 16:41:53 +00:00
:dependencies [[org.clojure/clojure "1.3.0"]
2012-03-16 04:00:45 +00:00
[org.clojure/core.logic "0.6.8"]
2012-03-04 16:41:53 +00:00
[org.clojure/tools.namespace "0.1.2"]]
:dev-dependencies [[lein-marginalia "0.7.0"]]
2012-03-04 16:41:53 +00:00
:eval-in-leiningen true
:warn-on-reflection false)