libjna-java 4.5.1-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release
    - Refreshed the patches
  * Removed the contradicting javadoc patches
  * Standards-Version updated to 4.1.3

 -- Emmanuel Bourg <email address hidden>  Wed, 10 Jan 2018 00:32:50 +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
Bionic release universe libs

Downloads

File Size SHA-256 Checksum
libjna-java_4.5.1-1.dsc 2.3 KiB cd66c90a1b3841c11f50e46e43167ced43812b0a4c1aad92e0df8ff09a3de90a
libjna-java_4.5.1.orig.tar.xz 972.5 KiB 34dc8709bb883ffbb7d2dff16cd9158ee7b0094b736f4e9e77ce92ac9d271c9a
libjna-java_4.5.1-1.debian.tar.xz 10.0 KiB 26b1d727315aea15bde73ba373f830e3026533f457235a045acf9e718d84c0cf

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-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: No summary available for libjna-jni in ubuntu cosmic.

No description available for libjna-jni in ubuntu cosmic.

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.