1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: clj-stacktrace-clojure
Section: java
Priority: optional
Maintainer: Debian Clojure Maintainers <pkg-clojure-maintainers@lists.alioth.debian.org>
Uploaders:
Eugenio Cano-Manuel Mendoza <eugeniocanom@gmail.com>
Build-Depends:
javahelper (>= 0.43),
maven-repo-helper (>= 1.7),
libtext-markdown-perl | markdown,
debhelper (>= 10),
default-jdk,
clojure (>= 1.8)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-clojure/clj-stacktrace-clojure.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-clojure/clj-stacktrace-clojure.git
Homepage: http://github.com/mmcgrana/clj-stacktrace
Package: libclj-stacktrace-clojure
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: more readable stacktraces in Clojure programs
clj-stacktrace-clojure changes the format of stacktraces making them more
readable. Changes include vertical alignment, redirection, and special
notation for Clojure functions.
.
This library also provides a hook for Leiningen to enable clj-stacktrace
across all the projects that use clojure.test and clojure.stacktrace in
general. It also allows clj-stacktrace to be used in the repl.
|