leiningen/lein-pprint/project.clj

7 lines
281 B
Clojure
Raw Permalink Normal View History

2017-11-05 21:15:32 +00:00
(defproject lein-pprint "1.2.0"
2012-01-13 03:16:19 +00:00
:description "Pretty-print a representation of the project map."
:url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
2012-01-13 03:16:19 +00:00
:eval-in-leiningen true)