forked from gentoo/sci
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.xml
More file actions
22 lines (22 loc) · 1.04 KB
/
Copy pathmetadata.xml
File metadata and controls
22 lines (22 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</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>