jnr-unixsocket 0.38.21-2 source package in Ubuntu

Changelog

jnr-unixsocket (0.38.21-2) unstable; urgency=medium

  * Fix typo in d/watch tracked upstream URL.

 -- Miguel Landaeta <email address hidden>  Sun, 03 Dec 2023 12:37:33 +0000

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jnr-unixsocket_0.38.21-2.dsc 2.4 KiB ee738ba33ae552d00fbef5c6452a4e99a385cf3b8c221c03f53afbdc24239a37
jnr-unixsocket_0.38.21.orig.tar.gz 31.7 KiB c1aace291b13dff7e0a782a60ede432b8fc7d5a25ab9d06d44eb760e5a9c10ff
jnr-unixsocket_0.38.21-2.debian.tar.xz 3.5 KiB 2b0248e92b22dc84edc731756604aa6fef224b44a7712050761cdc9319220960

Available diffs

No changes file available.

Binary packages built by this source

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

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