jnr-enxio 0.32.13-1 source package in Ubuntu

Changelog

jnr-enxio (0.32.13-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Fixed the build failure with OpenJDK 17 GA (Closes: #1011561)
  * Removed the -java-doc package
  * Standards-Version updated to 4.6.1

 -- Emmanuel Bourg <email address hidden>  Tue, 31 May 2022 08:06:23 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jnr-enxio_0.32.13-1.dsc 2.1 KiB d9058056240f550efdcf64a0f7b6f53c8ba196fc18d13fb6c5b121f785fae732
jnr-enxio_0.32.13.orig.tar.xz 11.0 KiB 5709a712d3509befee4f5946f3c5d5a70cdca273769e857489ef5c3f6206c1e3
jnr-enxio_0.32.13-1.debian.tar.xz 2.6 KiB aa16bb30c23acf2e1c8d953df5c441f4ab773cb0f9374e8603943a64c14d1137

Available diffs

No changes file available.

Binary packages built by this source

libjnr-enxio-java: 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.