mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-java/gluegen: new package, add 2.3.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
23
dev-java/gluegen/metadata.xml
Normal file
23
dev-java/gluegen/metadata.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<name>Alessandro Barbieri</name>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
GlueGen is a tool which automatically generates the Java and JNI code necessary
|
||||
to call C libraries. It 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.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">sgothel/gluegen</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user