libjna-java 5.9.0-1 source package in Ubuntu

Changelog

libjna-java (5.9.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 5.9.0
  * Add build-dep on libasm-java
  * Refresh patches for new upstream version
  * Bump Standards-Version to 4.6.0

 -- tony mancill <email address hidden>  Tue, 26 Oct 2021 06:59:11 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe libs

Downloads

File Size SHA-256 Checksum
libjna-java_5.9.0-1.dsc 2.3 KiB b742ebbefe008461d39764e3eee7d7c40ec9da47b5d43700c8d3cb6b62204869
libjna-java_5.9.0.orig.tar.xz 1.7 MiB 6b5d68e5127542cafae1f1a3f3ea7f82959987f36162b16b8bc211211392b506
libjna-java_5.9.0-1.debian.tar.xz 9.8 KiB 508fc9f0cc1a0ed93ff709defacf509fa2e153d85701830f607ff55361d89248

No changes file available.

Binary packages built by this source

libjna-java: Dynamic access of native libraries from Java without JNI

 JNA provides Java programs easy access to native shared libraries without
 writing anything but Java code - no JNI or native code is required. This
 functionality is comparable to Windows' Platform/Invoke and Python's ctypes.
 Access is dynamic at runtime without code generation.
 .
 JNA's design aims to provide native access in a natural way with a minimum of
 effort. No boilerplate or generated code is required. While some attention is
 paid to performance, correctness and ease of use take priority.
 .
 The JNA library uses a small native library stub to dynamically invoke native
 code. The developer uses a Java interface to describe functions and structures
 in the target native library. This makes it quite easy to take advantage of
 native platform features without incurring the high overhead of configuring and
 building JNI code for multiple platforms.

libjna-java-doc: Dynamic access of native libraries from Java without JNI (documentation)

 JNA provides Java programs easy access to native shared libraries without
 writing anything but Java code - no JNI or native code is required. This
 functionality is comparable to Windows' Platform/Invoke and Python's ctypes.
 Access is dynamic at runtime without code generation.
 .
 This package contains the Javadoc API documentation.

libjna-jni: Dynamic access of native libraries from Java without JNI (native libs)

 JNA provides Java programs easy access to native shared libraries without
 writing anything but Java code - no JNI or native code is required. This
 functionality is comparable to Windows' Platform/Invoke and Python's ctypes.
 Access is dynamic at runtime without code generation.
 .
 This package contains the native libraries for libjna-java

libjna-jni-dbgsym: No summary available for libjna-jni-dbgsym in ubuntu kinetic.

No description available for libjna-jni-dbgsym in ubuntu kinetic.

libjna-platform-java: Dynamic access of native libraries from Java without JNI (platform extension)

 JNA provides Java programs easy access to native shared libraries without
 writing anything but Java code - no JNI or native code is required. This
 functionality is comparable to Windows' Platform/Invoke and Python's ctypes.
 Access is dynamic at runtime without code generation.
 .
 This package contains the platform library with many native functions already
 mapped as well as a set of utility interfaces that simplify native access.