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
|
Source: jffi
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>
Build-Depends: debhelper (>= 7), cdbs, maven-repo-helper, libffi-dev, pkg-config,
ant-optional, default-jdk, junit4
Standards-Version: 3.9.0
Vcs-Git: git://git.debian.org/pkg-java/jffi.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/jffi.git
Homepage: http://github.com/wmeissner/jffi
Package: libjffi-java
Architecture: all
Depends: ${misc:Depends}, libjffi-jni
Description: Java Foreign Function Interface
JFFI is a wrapper for libffi, the foreign function interface library. A foreign
function interface is the popular name for the interface that allows code
written in one language to call code written in another language.
Java-based codings helper classes for Joni and JRuby
Package: libjffi-jni
Architecture: any
Depends: ${misc:Depends}, libffi5
Recommends: libjffi-java
Description: Java Foreign Function Interface (JNI library)
JFFI is a wrapper for libffi, the foreign function interface library. A foreign
function interface is the popular name for the interface that allows code
written in one language to call code written in another language.
Java-based codings helper classes for Joni and JRuby
.
This package ships the Java native interface library.
|