File: control

package info (click to toggle)
jnr-enxio 0.32.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 180 kB
  • sloc: java: 1,305; xml: 160; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,449 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
Source: jnr-enxio
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,
               javahelper,
               junit4,
               libjnr-constants-java,
               libjnr-ffi-java,
               libmaven-bundle-plugin-java,
               libmaven-source-plugin-java,
               libmaven-compiler-plugin-java,
               maven-debian-helper
Standards-Version: 4.6.1
Homepage: https://github.com/jnr/jnr-enxio
Vcs-Git: https://salsa.debian.org/java-team/jnr-enxio.git
Vcs-Browser: https://salsa.debian.org/java-team/jnr-enxio
Rules-Requires-Root: no

Package: libjnr-enxio-java
Architecture: all
Depends: ${maven:Depends},
         ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Java extended native cross-platform I/O library
 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-enxio package mimics the standard Java non-blocking I/O (NIO)
 library by implementing an I/O backend based on calls to the underlying
 native OS-level functions. This is implementing using the jnr-ffi
 foreign function interface.