libjna-java 5.13.0-1 source package in Ubuntu

Changelog

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

  * Team upload

  [ Alexandre Rossi ]
  * New upstream version 5.13.0
  * Add basic quickstart autopkgtest
  * Add debug output to autopkgtest helloworld log
  * Fix getMultiArchPath() for aarch64, armhf and ppc64el (Closes: #1028374)
  * Unfuzz patches
  * Use dpkg facilities for multiarch vars
  * Declare compliance to standards-version 4.6.2 (no change)
  * Add Rules-Require-Root
  * Force creation of lib symlinks to avoid build error
  * Update lintian overrides; source-is-missing for HTML is false positive

 -- Alexandre Rossi <email address hidden>  Thu, 26 Jan 2023 22:29:46 +0100

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

Downloads

File Size SHA-256 Checksum
libjna-java_5.13.0-1.dsc 2.3 KiB b48f7e7fd529195a1bba5ac97f4053a01048fc28dd9bd078ffa2224d54216799
libjna-java_5.13.0.orig.tar.xz 1.7 MiB cd57dd9e72ddb4f32c235ec80f5acbd914425f1fbd2e313a335cbbaeb4881d7a
libjna-java_5.13.0-1.debian.tar.xz 10.8 KiB 0513c2c711bf6585147a0eb3f3c82b34d4f230eec8979c5f72af3d42bd86c655

Available diffs

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-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: debug symbols for libjna-jni
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.