File: control

package info (click to toggle)
freehep-io 2.0.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 588 kB
  • sloc: java: 3,453; xml: 164; sh: 9; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,087 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
Source: freehep-io
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Giovanni Mascellani <gio@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk,
               maven-debian-helper
Build-Depends-Indep: junit,
                     libfreehep-util-java
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/freehep-io
Vcs-Git: https://salsa.debian.org/java-team/freehep-io.git
Homepage: https://java.freehep.org/

Package: libfreehep-io-java
Architecture: all
Depends: ${maven:Depends},
         ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: FreeHEP I/O library
 This library offers a collection of utility subclasses of standard
 IO Java classes (such as InputStrem, OutputStream, Reader and Writer),
 which help in dealing with encodings, byte order, tagged streams or
 other common IO-related issues. It is mainly used by other libraries
 within the FreeHEP project.
 .
 FreeHEP is a collection of Java libraries used in High Energy Physics.