Permalink
Fetching contributors…
Cannot retrieve contributors at this time
6 lines (5 sloc) 266 Bytes
(defproject clj-stacktrace "0.2.6"
:description "More readable stacktraces in Clojure programs."
:url "http://github.com/mmcgrana/clj-stacktrace"
:license {:name "MIT" :url "http://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/clojure "1.4.0"]])