File: control

package info (click to toggle)
jnr-unixsocket 0.38.21-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 324 kB
  • sloc: java: 3,115; xml: 256; makefile: 4; sh: 2
file content (62 lines) | stat: -rw-r--r-- 2,412 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: jnr-unixsocket
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hp.com>,
           Miguel Landaeta <nomadium@debian.org>
Build-Depends: debhelper-compat (= 13),
               default-jdk,
               default-jdk-doc,
               javahelper,
               junit4,
               libjffi-java (>= 1.2.7),
               libjnr-constants-java,
               libjnr-enxio-java,
               libjnr-ffi-java (>= 2.0.12~),
               libjnr-posix-java,
               libjnr-x86asm-java (>= 1.0.2),
               libmaven-bundle-plugin-java,
               libmaven-exec-plugin-java,
               libmaven-javadoc-plugin-java,
               libmaven-source-plugin-java,
               maven-debian-helper
Standards-Version: 4.6.2
Homepage: https://github.com/jnr/jnr-unixsocket
Vcs-Git: https://salsa.debian.org/java-team/jnr-unixsocket.git
Vcs-Browser: https://salsa.debian.org/java-team/jnr-unixsocket
Rules-Requires-Root: no

Package: libjnr-unixsocket-java
Architecture: all
Multi-Arch: foreign
Depends: ${maven:Depends},
         ${misc:Depends}
Description: Java access to native libraries for unix sockets
 Java Native Runtime (JNR) is a collection of Java libraries to make
 interfacing with OS-level features easier.  JNR uses an alternate
 method to JNI or JNA to achieve programming simplicity while still
 retaining performance.
 .
 The jnr-unixsocket package provides access in Java to the unix domain
 socket versions of socket(), listen(), bind(), accept(), connect() and
 others via the native OS libraries.

Package: libjnr-unixsocket-java-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${maven:DocDepends},
         ${misc:Depends}
Suggests: libjnr-unixsocket-java,
          ${maven:DocOptionalDepends}
Description: Java access to native libraries for unix sockets (documentation)
 Java Native Runtime (JNR) is a collection of Java libraries to make
 interfacing with OS-level features easier.  JNR uses an alternate
 method to JNI or JNA to achieve programming simplicity while still
 retaining performance.
 .
 The jnr-unixsocket package provides access in Java to the unix domain
 socket versions of socket(), listen(), bind(), accept(), connect() and
 others via the native OS libraries.
 .
 This package contains the API documentation of jnr-unixsocket.