libasis-dbg

Ada Semantic Interface Specification (ASIS) runtime library - debugging symbols

liblocale-us-perl

module for United States state identification

Locale::US provides methods allowing United States' two-letter state identification parsing from state code to state name and vice versa.

ruby-upr

Upload Progress for Rack

upr is Rack middleware that allows browser-side upload progress monitoring. It is based on (and should be client-side compatible with) several upload progress modules including ones used by leading web servers. It allows any Moneta backing store in addition to DRb.

gcc-4.9-source

Source of the GNU Compiler Collection

This package contains the sources and patches which are needed to build the GNU Compiler Collection (GCC).

libgrss-1.0-0

Glib-based library to manage RSS and Atom feeds

liblog-loglite-perl

Perl module that facilitates lightweight logging

The Log::LogLite class helps create simple logs for an application. The Log::LogLite object is created with a logging level. The default logging level is 5. After the Log::LogLite object is created, each call to the write method may write a new line in the log file. If the level of the message is lower or equal to the logging level, the message will be written to the log file. The format of the logging messages can be controlled by changing the template, and by defining a default message. The class uses the IO::LockedFile class.