jansi 2.4.0-2 source package in Ubuntu
Changelog
jansi (2.4.0-2) unstable; urgency=medium * Team upload. * Bypass TTY detection to preserve the Maven coloring with dpkg-buildpackage * Exclude the Mac binaries from the upstream tarball -- Emmanuel Bourg <email address hidden> Tue, 27 Sep 2022 19:51:25 +0200
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- java
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | java | |
Lunar | release | universe | java |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
jansi_2.4.0-2.dsc | 2.0 KiB | f1254c10ce3d61d8fddd9ece04e79b9def0cf6670ddde592b2906fa9b725e67e |
jansi_2.4.0.orig.tar.xz | 78.8 KiB | 2e9ba2139fdecd26dce4b2d32f3a7791696b565081e8dd6adc21d2b74c660207 |
jansi_2.4.0-2.debian.tar.xz | 3.6 KiB | f5df59e713d3f1f47dd4d2f5c254a62da6eec142b49ae2eda49bf9d169509498 |
Available diffs
- diff from 2.4.0-1 to 2.4.0-2 (839 bytes)
No changes file available.
Binary packages built by this source
- libjansi-java: Java library for generating and interpreting ANSI escape sequences
Jansi is a small java library that allows you to use ANSI
escape codes to format your console output which works across
all platforms.
.
Jansi detects and abstracts the ANSI support provided
by the attached terminal. When your Java application uses
Jansi, it can always assume that standard out and error
streams support ANSI sequences.