jansi1 1.18-3.1 source package in Ubuntu

Changelog

jansi1 (1.18-3.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Provide usr/share/java/jansi1-1.18.jar as a file. This was the
    simplest way to not have any broken symlinks and the file does
    not clash according to `apt-file`.
    (Closes: #1060434)

 -- Niels Thykier <email address hidden>  Sat, 04 Jan 2025 13:07:40 +0000

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jansi1_1.18-3.1.dsc 1.6 KiB 45f8b23625621ee891802cba5e03474cbd23f72480c374714f2e59884b1c46ec
jansi1_1.18.orig.tar.xz 189.7 KiB efbb730500ca4cd34c51d0ee1bbe68056ed57917734b5115c5f71cd1e1509175
jansi1_1.18-3.1.debian.tar.xz 3.4 KiB ea25f34b0b41fc0f294fdc1fd2f9adf19c9d46d6294e4352f8d8d6a52fe31e33

No changes file available.

Binary packages built by this source

libjansi1-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.