gluegen2 2.3.2-9 source package in Ubuntu

Changelog

gluegen2 (2.3.2-9) unstable; urgency=medium

  * Team upload.
  * Add text of CC-BY-SA-3.0 license to debian/copyright
  * Support building the package on riscv64 (Closes: #1014852)
    Thank you to Bo YU for the patch.

 -- tony mancill <email address hidden>  Wed, 13 Jul 2022 21:28:14 -0700

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
Lunar release universe java

Downloads

File Size SHA-256 Checksum
gluegen2_2.3.2-9.dsc 2.2 KiB 1a8e20ae0ec2ea6da99b60aa9afc24954cfad4c6c2222fca0b75abdb8e694957
gluegen2_2.3.2.orig.tar.xz 507.3 KiB 57b5376129bd3825800fae58a67213727af3a5fb8cd8ab56daed0559d51d094b
gluegen2_2.3.2-9.debian.tar.xz 31.4 KiB 3dc5fdc4a006a448ec8df70a10b32e550387cb9bbb9109f3bd1e5353d60c1511

Available diffs

No changes file available.

Binary packages built by this source

libgluegen2-build-java: No summary available for libgluegen2-build-java in ubuntu kinetic.

No description available for libgluegen2-build-java in ubuntu kinetic.

libgluegen2-doc: No summary available for libgluegen2-doc in ubuntu kinetic.

No description available for libgluegen2-doc in ubuntu kinetic.

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.