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 48
|
Source: libminlog-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends:
debhelper (>= 10),
default-jdk,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
maven-debian-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libminlog-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libminlog-java.git
Homepage: https://github.com/EsotericSoftware/minlog
Package: libminlog-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: minimal Java logging library
MinLog is a Java logging library. Key features:
* Zero overhead Logging statements below a given level can
be automatically removed by javac at compile time.
This means applications can have detailed trace and debug logging
without having any impact on the finished product.
* Simple and efficient The API is concise and the code is
very efficient at runtime.
* Extremely lightweight The entire project consists of a single Java file
with ~100 non-comment lines of code.
Package: libminlog-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Description: minimal Java logging library - doc
MinLog is a Java logging library. Key features:
* Zero overhead Logging statements below a given level can
be automatically removed by javac at compile time.
This means applications can have detailed trace and debug logging
without having any impact on the finished product.
* Simple and efficient The API is concise and the code is
very efficient at runtime.
* Extremely lightweight The entire project consists of a single Java file
with ~100 non-comment lines of code.
.
This package contains the Javadoc API
|