File: control

package info (click to toggle)
jansi-native 1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: java: 695; xml: 292; makefile: 240; ansic: 159
file content (29 lines) | stat: -rw-r--r-- 935 bytes parent folder | download
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
Source: jansi-native
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: tony mancill <tmancill@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 libhawtjni-runtime-java,
 maven-debian-helper,
 libmaven-bundle-plugin-java
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/jansi-native.git
Vcs-Browser: https://salsa.debian.org/java-team/jansi-native
Homepage: https://fusesource.github.io/jansi/
Rules-Requires-Root: no

Package: libjansi-native-java
Architecture: all
Depends:
 ${maven:Depends},
 ${misc:Depends}
Recommends:
 ${maven:OptionalDepends}
Description: Java library for ANSI escape sequences - native component
 Jansi is a small java library that allows you to use ANSI escape
 sequences to format console output across all platforms.
 .
 jansi-native implements the native libraries used by the Jansi project.