File: control

package info (click to toggle)
structured-logging-clojure 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: sh: 22; makefile: 22
file content (47 lines) | stat: -rw-r--r-- 1,495 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: structured-logging-clojure
Section: java
Priority: optional
Maintainer: Debian Clojure Maintainers <team+clojure@tracker.debian.org>
Uploaders: Jérôme Charaoui <jerome@riseup.net>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk-headless,
 javahelper,
 junit,
 leiningen,
 libcheshire-clojure (>= 5.11.0-2),
 libclojure-java (>= 1.11.1-2),
 libcomplete-clojure <!nocheck>,
 liblogstash-logback-encoder-java,
 libnrepl-clojure <!nocheck>,
 libslf4j-java,
 libtools-logging-clojure,
 libtools-namespace-clojure <!nocheck>,
 maven-repo-helper,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/clojure-team/structured-logging-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/structured-logging-clojure
Homepage: https://github.com/puppetlabs/structured-logging
Rules-Requires-Root: no

Package: libstructured-logging-clojure
Architecture: all
Depends:
 libcheshire-clojure,
 libclojure-java,
 liblogstash-logback-encoder-java,
 libslf4j-java,
 libtools-logging-clojure,
 ${java:Depends},
 ${misc:Depends},
Recommends:
 ${java:Recommends},
Description: Write data structures to your logs from Clojure
 structured-logging is a library that helps you to:
 .
 * write arbitrary JSON to your logs, making it easier to interface
   with log analysis tools
 * write messages to arbitrarily named loggers, instead of just the one
   named after the namespace in which the log statement appears
 .
 It is built on clojure.tools.logging, but it only works with logback.