File: control

package info (click to toggle)
libjlha-java 0.0.20050504-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,560 kB
  • sloc: java: 10,792; xml: 136; makefile: 6
file content (23 lines) | stat: -rw-r--r-- 838 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: libjlha-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: tony mancill <tmancill@debian.org>
Build-Depends:
 ant,
 debhelper-compat (= 13),
 default-jdk,
 javahelper
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/libjlha-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libjlha-java
Homepage: http://dangan.g.dgdg.jp/Content/Program/Java/jLHA/LhaLibrary.html

Package: libjlha-java
Architecture: all
Depends: ${misc:Depends}
Description: LHA compress/decompress library for Java
 This package is a library that supports reading and writing an archive file
 that created by LHA. This package has interfaces like the java.util.zip
 package. Many Java programmers can operate easily an archive file that
 created by LHA.