Source: jansi1 Section: java Priority: optional Maintainer: Debian Java Maintainers Build-Depends: debhelper-compat (= 13), default-jdk, libhawtjni-runtime-java (>= 1.16), libjansi-native-java (>= 1.7), libmaven-bundle-plugin-java, maven-debian-helper Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/java-team/jansi.git Vcs-Browser: https://salsa.debian.org/java-team/jansi/-/tree/1.x Homepage: https://fusesource.github.io/jansi/ Package: libjansi1-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: 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.