File: control

package info (click to toggle)
hawtjni 1.17-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,556 kB
  • sloc: java: 8,039; ansic: 1,194; xml: 785; sh: 34; makefile: 5
file content (52 lines) | stat: -rw-r--r-- 1,925 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
Source: hawtjni
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 default-jdk,
 debhelper (>= 11),
 libasm-java,
 libcommons-lang-java,
 libmaven-plugin-tools-java,
 libplexus-component-metadata-java,
 libxbean-java,
 maven-debian-helper (>= 2.2)
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/java-team/hawtjni.git
Vcs-Browser: https://salsa.debian.org/java-team/hawtjni
Homepage: http://fusesource.com/forge/sites/hawtjni/

Package: libhawtjni-runtime-java
Architecture: all
Depends: ${misc:Depends}
Description: Java library that provide JNI code generation
 HawtJNI is a code generator that produces the JNI code
 needed to implement java native methods. It is based on the
 jnigen code generator that is part of the SWT Tools project
 which is used to generate all the JNI code which powers the
 eclipse platform.

Package: libhawtjni-generator-java
Architecture: all
Depends: ${misc:Depends}, libhawtjni-runtime-java, libasm-java, libcommons-cli-java, libcommons-lang-java, libxbean-java
Description: HawtJNI Generator
 HawtJNI is a code generator that produces the JNI code
 needed to implement java native methods. It is based on the
 jnigen code generator that is part of the SWT Tools project
 which is used to generate all the JNI code which powers the
 eclipse platform.
 .
 This package contains the JNI code generation tools.

Package: libhawtjni-maven-plugin-java
Architecture: all
Depends: ${misc:Depends}, libhawtjni-generator-java
Description: HawtJNI Maven Plugin
 HawtJNI is a code generator that produces the JNI code
 needed to implement java native methods. It is based on the
 jnigen code generator that is part of the SWT Tools project
 which is used to generate all the JNI code which powers the
 eclipse platform.
 .
 This package contains the Maven plugin.