File: control

package info (click to toggle)
gluegen2 2.3.2-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,784 kB
  • ctags: 9,364
  • sloc: java: 46,101; xml: 2,968; ansic: 2,672; cpp: 1,694; sh: 1,241; pascal: 591; asm: 162; makefile: 82
file content (89 lines) | stat: -rw-r--r-- 3,948 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Source: gluegen2
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
Build-Depends:
 ant,
 ant-contrib,
 ant-contrib-cpptasks,
 ant-optional,
 cdbs,
 debhelper (>= 9),
 default-jdk (>= 2:1.6),
 junit4,
 libantlr-java,
 libjsr305-java,
 maven-repo-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/gluegen2.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/gluegen2.git
Homepage: http://jogamp.org

Package: libgluegen2-rt-java
Architecture: all
Suggests: libgluegen2-doc
Depends:
 antlr,
 libgluegen2-jni (>= ${source:Version}),
 ${misc:Depends}
Description: Tool to automatically generate the Java and JNI code
 Gluegen reads as input ANSI C header files and separate configuration files
 which provide control over many aspects of the glue code generation. GlueGen
 uses a complete ANSI C parser and an internal representation (IR) capable of
 representing all C types to represent the APIs for which it generates
 interfaces. It has the ability to perform significant transformations on the
 IR before glue code emission. GlueGen is currently powerful enough to bind
 even low-level APIs such as the Java Native Interface (JNI) and the AWT Native
 Interface (JAWT) back up to the Java programming language.
 .
 This package contains the gluegen 2 runtime files.

Package: libgluegen2-build-java
Architecture: all
Suggests: libgluegen2-doc
Depends: antlr, ${misc:Depends}
Description: Tool to automatically generate the Java and JNI code
 Gluegen reads as input ANSI C header files and separate configuration files
 which provide control over many aspects of the glue code generation. GlueGen
 uses a complete ANSI C parser and an internal representation (IR) capable of
 representing all C types to represent the APIs for which it generates
 interfaces. It has the ability to perform significant transformations on the
 IR before glue code emission. GlueGen is currently powerful enough to bind
 even low-level APIs such as the Java Native Interface (JNI) and the AWT Native
 Interface (JAWT) back up to the Java programming language.
 .
 This package contains some Java sources necessary to build gluegen-based
 packages.

Package: libgluegen2-jni
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Tool to automatically generate the Java and JNI code
 Gluegen reads as input ANSI C header files and separate configuration files
 which provide control over many aspects of the glue code generation. GlueGen
 uses a complete ANSI C parser and an internal representation (IR) capable of
 representing all C types to represent the APIs for which it generates
 interfaces. It has the ability to perform significant transformations on the
 IR before glue code emission. GlueGen is currently powerful enough to bind
 even low-level APIs such as the Java Native Interface (JNI) and the AWT Native
 Interface (JAWT) back up to the Java programming language.
 .
 This package includes the architecture specific java native interface part.

Package: libgluegen2-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libgluegen2
Description: Tool to automatically generate the Java and JNI code
 Gluegen reads as input ANSI C header files and separate configuration files
 which provide control over many aspects of the glue code generation. GlueGen
 uses a complete ANSI C parser and an internal representation (IR) capable of
 representing all C types to represent the APIs for which it generates
 interfaces. It has the ability to perform significant transformations on the
 IR before glue code emission. GlueGen is currently powerful enough to bind
 even low-level APIs such as the Java Native Interface (JNI) and the AWT Native
 Interface (JAWT) back up to the Java programming language.
 .
 This package includes the API documentation for Gluegen package.