File: control

package info (click to toggle)
clj-stacktrace-clojure 0.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, trixie
  • size: 124 kB
  • sloc: xml: 83; makefile: 29
file content (28 lines) | stat: -rw-r--r-- 1,224 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
Source: clj-stacktrace-clojure
Maintainer: Debian Clojure Maintainers <pkg-clojure-maintainers@lists.alioth.debian.org>
Uploaders: Eugenio Cano-Manuel Mendoza <eugeniocanom@gmail.com>
Section: java
Priority: optional
Build-Depends: clojure,
               debhelper-compat (= 13),
               default-jdk,
               javahelper,
               libtext-markdown-perl | markdown,
               maven-repo-helper
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/clojure-team/clj-stacktrace-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/clj-stacktrace-clojure
Homepage: https://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.