File: control

package info (click to toggle)
jffi 1.2.7-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,356 kB
  • ctags: 3,373
  • sloc: java: 7,184; ansic: 4,683; xml: 526; asm: 36; makefile: 34; sh: 8
file content (47 lines) | stat: -rw-r--r-- 1,599 bytes parent folder | download
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
Source: jffi
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam@ktknet.cz>, Tim Potter <tpot@hp.com>
Build-Depends:
 ant,
 ant-optional,
 bnd (>= 2.1.0),
 debhelper (>= 10),
 default-jdk,
 javahelper,
 junit4,
 libffi-dev,
 libltdl-dev,
 libmaven-antrun-plugin-java,
 libmaven-assembly-plugin-java,
 maven-debian-helper,
 maven-repo-helper,
 pkg-config
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jffi.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jffi.git
Homepage: http://github.com/jnr/jffi

Package: libjffi-java
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, libjffi-jni (>= ${source:Version})
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
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
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.