File: control

package info (click to toggle)
jnr-ffi 2.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 2,304 kB
  • sloc: java: 23,671; ansic: 590; xml: 255; sh: 137; makefile: 12
file content (62 lines) | stat: -rw-r--r-- 2,416 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: jnr-ffi
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hp.com>,
           Jakub Adam <jakub.adam@ktknet.cz>,
           Miguel Landaeta <nomadium@debian.org>
Build-Depends: debhelper (>= 10~),
               default-jdk,
               javahelper,
               junit4,
               libasm-java (>= 5.0),
               libjffi-java (>= 1.2.7),
               libjnr-x86asm-java (>= 1.0.2),
               libmaven-antrun-plugin-java,
               libmaven-bundle-plugin-java,
               libmaven-javadoc-plugin-java,
               libmaven-source-plugin-java,
               maven-debian-helper,
               bnd (>= 2.1.0)
Standards-Version: 4.1.1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jnr-ffi.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jnr-ffi.git
Homepage: https://github.com/jnr/jnr-ffi
Rules-Requires-Root: no

Package: libjnr-ffi-java
Architecture: all
Depends: ${maven:Depends},
         ${misc:Depends}
Suggests: libjnr-ffi-java-doc,
          ${maven:OptionalDepends}
Description: Java library for loading native libraries without writing JNI code
 Java Native Runtime (JNR) is a collection of Java libraries to make
 interfacing with OS-level features easier. JNR uses an alternate
 method to JNI or JNA to achieve programming simplicity while still
 retaining performance.
 .
 The jnr-ffi package is a set of abstractions that build on the lower-level
 libraries implemented by the jffi package. jnr-ffi allows one to load
 native libraries without writing JNI code by hand, or using tools
 such as SWIG.

Package: libjnr-ffi-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends},
         ${misc:Depends}
Suggests: libjnr-ffi-java,
          ${maven:DocOptionalDepends}
Description: Documentation for libjnr-ffi-java
 Java Native Runtime (JNR) is a collection of Java libraries to make
 interfacing with OS-level features easier. JNR uses an alternate
 method to JNI or JNA to achieve programming simplicity while still
 retaining performance.
 .
 The jnr-ffi package is a set of abstractions that build on the lower-level
 libraries implemented by the jffi package. jnr-ffi allows one to load
 native libraries without writing JNI code by hand, or using tools
 such as SWIG.
 .
 This package contains the API documentation of jnr-ffi library.