File: control

package info (click to toggle)
jnr-unixsocket 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 144 kB
  • ctags: 173
  • sloc: java: 703; xml: 85; makefile: 4
file content (52 lines) | stat: -rw-r--r-- 2,122 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
Source: jnr-unixsocket
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hp.com>
Build-Depends: debhelper (>= 9),
               default-jdk,
               default-jdk-doc,
               javahelper,
               junit4,
               libjffi-java (>= 1.2.7),
               libjnr-constants-java,
               libjnr-enxio-java,
               libjnr-ffi-java,
               libjnr-posix-java,
               libjnr-x86asm-java (>= 1.0.2),
               libmaven-javadoc-plugin-java,
               maven-debian-helper
Standards-Version: 3.9.6
Homepage: https://github.com/jnr/jnr-unixsocket
Vcs-Git: git://anonscm.debian.org/pkg-java/jnr-unixsocket.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/jnr-unixsocket.git

Package: libjnr-unixsocket-java
Architecture: all
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 verions of socket(), listen(), bind(), accept(), connect() and
 others via the native OS libraries.

Package: libjnr-unixsocket-java-doc
Architecture: all
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 verions of socket(), listen(), bind(), accept(), connect() and
 others via the native OS libraries.
 .
 This package contains the API documentation of libjnr-ffi.