Source: structured-logging-clojure
Section: java
Maintainer: Debian Clojure Maintainers <team+clojure@tracker.debian.org>
Uploaders: Jérôme Charaoui <jerome@riseup.net>
Build-Depends:
 debhelper-compat (= 13),
 dh-clojure (>= 0.5.0),
 libcheshire-clojure (>= 5.11.0-2),
 liblogstash-logback-encoder-java,
 libslf4j2-java,
 libtools-logging-clojure,
Standards-Version: 4.7.4
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/openvoxproject/structured-logging

Package: libstructured-logging-clojure
Architecture: all
Depends:
 ${maven:Depends},
 ${misc:Depends},
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.
