IABSD.fr/ports/java/jna/pkg

Branch :


Log

Author Commit Date CI Message
64ef7623 2015-09-01 19:29:22 - update to jna-4.1.0 - update homepage - switch to using GH_* tested with clojure
4f31451f 2013-03-08 10:25:34 - update to jna-3.5.1 ok kurt@
c01499db 2011-09-01 08:05:05 - switch to MODJAVA_BUILD - add comment about gmake (requested by sthen@) - don't use a handrolled MODJAVA_{DOC,JAR}_DIR
40394fe4 2011-08-29 15:07:32 import jna 3.2.7 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 allows you to call directly into native functions using natural Java method invocation. The Java call looks just like it does in native code. Most calls require no special handling or configuration; no boilerplate or generated code is required. ok aja@