File: control

package info (click to toggle)
clj-stacktrace-clojure 0.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 128 kB
  • sloc: xml: 83; makefile: 29
file content (30 lines) | stat: -rw-r--r-- 1,192 bytes parent folder | download
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.