File: control

package info (click to toggle)
jansi-native 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 424 kB
  • sloc: xml: 365; java: 243; ansic: 22; makefile: 14; sh: 12
file content (23 lines) | stat: -rw-r--r-- 898 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
Source: jansi-native
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <miguel@miguel.cc>
Build-Depends: debhelper (>= 7.0.50~), default-jdk, javahelper,
 libhawtjni-runtime-java, maven-repo-helper
Standards-Version: 3.9.1
DM-Upload-Allowed: yes
Homepage: http://jansi.fusesource.org/
Vcs-Git: git://git.debian.org/git/pkg-java/jansi-native.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/jansi-native.git

Package: libjansi-native-java
Architecture: all
Depends: libhawtjni-runtime-java, ${misc:Depends}
Description: Java library that allows to use ANSI escape sequences - Native
 Jansi is a small java library that allows you to use ANSI 
 escape sequences to format your console output which works 
 across all platforms. 
 . 
 Jansi Native implements the JNI Libraries used by the Jansi 
 project.