libautovivification-perl

pragma for lexically disabling autovivification

autovivication is a Perl pragma that enables developers to control whether variables can be created automatically on their first use, rather than requiring them to be defined beforehand. While occasionally useful, this behaviour can result in subtle bugs that are difficult to debug.

gobjc-mipsel-linux-gnu

GNU Objective-C compiler for the mipsel architecture

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.

haskell-xeno-utils

Fast event-based XML parser in pure Haskell

A fast, low-memory use, event-based XML parser in pure Haskell.

haskell-zip-utils

Operations on zip archives

This Haskell library performs operations on zip archives.

libghc-zip-prof

Operations on zip archives; profiling libraries

This Haskell library performs operations on zip archives.

haskell-zip-stream-utils

ZIP archive streaming using conduits

Process (extract and create) zip files as streams (e.g., over the network), accessing contained files without having to write the zip file to disk (unlike zip-conduit).