1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: libisnativec-java
Section: java
Priority: extra
Maintainer: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper (>= 7), default-jdk-builddep, cdbs, libjna-java
Standards-Version: 3.8.3
Homepage: http://opensource.intarsys.de/home/en/index.php?n=OpenSource.IsCWT
Package: libisnativec-java
Architecture: all
Depends: ${misc:Depends}, libjna-java, libisnativec-5.2-java
Description: helper routines to access native code from Java
The package presents a solution completely written in Java to access
native code. Features:
* Java side declaration, no C compiler
* Clean design
* Transparent, easy deployment
* Platform independent
* Fast
The effort relies on a combination of upstream's custom design for
the call interface, memory abstraction and data structures and the
basic native binding provided by any third party (currently jna).
.
This package always installs the latest version of the isCWT library.
It only offers a symbolic link to the respective jar file.
Package: libisnativec-5.2-java
Architecture: all
Depends: ${misc:Depends}
Suggests: default-jre-headless
Description: helper routines to access native code from Java
The package presents a solution completely written in Java to access
native code. Features:
* Java side declaration, no C compiler
* Clean design
* Transparent, easy deployment
* Platform independent
* Fast
The effort relies on a combination of upstream's custom design for
the call interface, memory abstraction and data structures and the
basic native binding provided by any third party (currently jna).
Package: libisnativec-java-doc
Section: doc
Depends: ${misc:Depends}
Architecture: all
Description: Javadoc API description for isNativeC
Autogenerated from the Java source code, this package offers
the HTML files describing the library for programmers.
|