dms-wsgi
bind9 DNS Management System, WSGI JSON http RPC backend.
This is the bind9 DNS Management system, WSGI JSON RPC layer.
syslinux-utils
collection of bootloaders (utilities)
syslinux is a suite of bootloaders, currently supporting DOS FAT and NTFS
filesystems (SYSLINUX), Linux ext2/ext3/ext4, btrfs, and xfs filesystems
(EXTLINUX), PXE network boots (PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX).
libapache-db-perl
module to run the interactive Perl debugger under mod_perl
Perl ships with a very useful interactive debugger, however, it does not run
"out-of-the-box" in the Apache/mod_perl environment. Apache::DB makes a few
adjustments so the two will cooperate.
libcommons-jxpath-java
Apache Commons JXPath - XPath expressions applied to Java objects
This library provides the Java developer the ability to manipulate
javabeans with the XPath syntax. It also supports Java collections,
objects with dynamic properties (like Map, ServletContext, etc)
and mechanism for adding support for additional models.
gobjc++-5-powerpc-linux-gnu
GNU Objective-C++ compiler
This is the GNU Objective-C++ compiler, which compiles
Objective-C++ on platforms supported by the gcc compiler. It uses the
gcc backend to generate optimized code.
libexception-class-trycatch-perl
syntactic try/catch sugar for use with Exception::Class
Exception::Class::TryCatch provides syntactic sugar for use with
Exception::Class using the familiar keywords try and catch. Its
primary objective is to allow users to avoid dealing directly with $@ by
ensuring that any exceptions caught in an eval are captured as
Exception::Class objects, whether they were thrown objects to begin with or
whether the error resulted from die. This means that users may immediately
use isa and various Exception::Class methods to process the exception.