File: project.clj

package info (click to toggle)
clj-stacktrace-clojure 0.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 124 kB
  • sloc: xml: 83; makefile: 29
file content (5 lines) | stat: -rw-r--r-- 267 bytes parent folder | download
1
2
3
4
5
(defproject clj-stacktrace "0.2.7"
  :description "More readable stacktraces in Clojure programs."
  :url "https://github.com/mmcgrana/clj-stacktrace"
  :license {:name "MIT" :url "http://opensource.org/licenses/MIT"}
  :dependencies [[org.clojure/clojure "1.4.0"]])