General project docs and a quick URL doc for Marg

This commit is contained in:
Paul deGrandis 2012-03-09 17:42:25 -05:00
parent 431a2df061
commit a104cbb192
2 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,10 @@
(defproject jonase/kibit "0.0.2-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.3.0"]
[org.clojure/core.logic "0.6.7"]
[org.clojure/tools.namespace "0.1.2"]]

View file

@ -7,6 +7,9 @@
[jonase.kibit.rules :as core-rules])
(:import [clojure.lang LineNumberingPushbackReader]))
;; ### Important notes
;; Feel free to contribute rules to [kibit's github repo](https://github.com/jonase/kibit)
;; The rule sets
;; -------------
;;