gluegen2 2.5.0+dfsg-2 source package in Ubuntu

Changelog

gluegen2 (2.5.0+dfsg-2) unstable; urgency=medium

  * Adding patch of yalingfang to build on LoongArch
  * Stopping building the -doc package (Closes: #1057503)
  * Fixing minor spelling mistakes

 -- Pierre Gruet <email address hidden>  Thu, 14 Dec 2023 23:30:56 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
any all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gluegen2_2.5.0+dfsg-2.dsc 2.5 KiB 2f267989baa25bf97cadd04231958631cd213b4386644c31855088e7ecae9635
gluegen2_2.5.0+dfsg.orig-jcpp.tar.xz 41.0 KiB 05570f2208bf4c2aee1237b905529e34ef765035fdd6e80c7c418b76909b8586
gluegen2_2.5.0+dfsg.orig.tar.xz 553.8 KiB 919f04eccee1bc197ab4292b3038d8067050d9f682c1ccd314055d3761944f4d
gluegen2_2.5.0+dfsg-2.debian.tar.xz 24.4 KiB 27da952e0015a50b5caa93cd7d95031d64bcef7e82070e8609562f07380eccf9

Available diffs

No changes file available.

Binary packages built by this source

libgluegen2-build-java: tool to automatically generate Java and JNI code (Java sources)

 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.

libgluegen2-jni: tool to automatically generate Java and JNI code (native library)

 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.

libgluegen2-rt-java: tool to automatically generate Java and JNI code (runtime files)

 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.