Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37755333
en ru br
ALT Linux repos
S:5.12.1-alt1_2jpp11
5.0: 3.0.3-alt1_4jpp5

Group :: Development/Java
RPM: jna

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 3.0.3-alt1_4jpp5
Build date: 15 september 2008, 22:47 ( 815.7 weeks ago )
Size: 5.12 Mb

Home page:   https://jna.dev.java.net/

License: LGPL
Summary: Java Native Access
Description:

JNA provides Java programs easy access to native shared
libraries (DLLs on Windows) 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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • jna
  • jna-javadoc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin