jansi 2.4.0-1 source package in Ubuntu

Changelog

jansi (2.4.0-1) unstable; urgency=medium

  * New upstream version 2.4.0.
  * Add myself to Uploaders.
  * Switch to debhelper-compat = 13.
  * Declare compliance with Debian Policy 4.6.1.
  * Update debian/watch.

 -- Markus Koschany <email address hidden>  Wed, 22 Jun 2022 17:03:49 +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 Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jansi_2.4.0-1.dsc 2.1 KiB 3da3a6fa132d42455b75e4ab4d25604c48a51125b60e0e903e3497a5f3a89767
jansi_2.4.0.orig.tar.xz 78.8 KiB 2e9ba2139fdecd26dce4b2d32f3a7791696b565081e8dd6adc21d2b74c660207
jansi_2.4.0-1.debian.tar.xz 3.2 KiB 1b9b7e929fe83d9624d237d8738bc3a138e0b93eb29d388089b1cc18d57eb341

Available diffs

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.