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.
libjnr-unixsocket-java
Java access to native libraries for unix sockets
Java Native Runtime (JNR) is a collection of Java libraries to make
interfacing with OS-level features easier. JNR uses an alternate
method to JNI or JNA to achieve programming simplicity while still
retaining performance.
media-types
List of standard media types and their usual file extension
This package installs the configuration file /etc/mime.types, that lists
standard media types (originally known as "MIME" types) and their usual file
extension. This provides a simple way for programs to have a first guess at a
file's content. On standard Debian desktop systems, one will also find more
sophisticated tools, for instance provided by the "file" and "xdg-utils"
packages.
gpsbabel
GPS file conversion plus transfer to/from GPS units
GPSBabel converts waypoints, tracks, and routes from one format to
another, whether that format is a common mapping format like Delorme,
Streets and Trips, or even a serial upload or download to a GPS unit
such as those from Garmin and Magellan.
guile-ssh
guile bindings for libssh
Guile-SSH is a library that provides access to the SSH protocol for programs
written in GNU Guile interpreter. It is built upon the libssh library.