kibit/project.clj

7 lines
288 B
Clojure
Raw Normal View History

2012-03-04 16:41:53 +00:00
(defproject kibit "0.0.1-SNAPSHOT"
:description "There's a function for that!"
:dependencies [[org.clojure/clojure "1.3.0"]
[org.clojure/core.logic "0.6.7"]
[org.clojure/tools.namespace "0.1.2"]]
:eval-in-leiningen true
:warn-on-reflection false)