libjna-java 4.5.2-1build2 source package in Ubuntu
Changelog
libjna-java (4.5.2-1build2) focal; urgency=medium * No-change rebuild with fixed binutils on arm64. -- Matthias Klose <email address hidden> Sat, 08 Feb 2020 11:06:40 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Focal
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- any all
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libjna-java_4.5.2.orig.tar.xz | 972.8 KiB | f31016c3ae6954a858381b7e80522e87004d2518a6be04763f195ac128da1161 |
libjna-java_4.5.2-1build2.debian.tar.xz | 11.2 KiB | 5f1acf05b797d87947af9e48c7202d89d6f0b69c1996d1f5103d19fac960bab2 |
libjna-java_4.5.2-1build2.dsc | 2.3 KiB | 9d32a49d53691e6fbeaaae60c997b3171ba52f61058ef5d01850b6f69388a1f7 |
Available diffs
- diff from 4.5.2-1build1 to 4.5.2-1build2 (321 bytes)
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: No summary available for libjna-java-doc in ubuntu groovy.
No description available for libjna-java-doc in ubuntu groovy.
- 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.