libghc-storable-record-prof

elegant definition of Storable instances for records; profiling libraries

With this package you can build a Storable instance of a record type from Storable instances of its elements in an elegant way. It does not do any magic, just a bit arithmetic to compute the right offsets that would be otherwise done manually or by a preprocessor like C2HS.

monodoc-monogame-manual

Free implementation of XNA - Documentation

MonoGame is an Open Source, OpenGL implementation of the Microsoft XNA 4 Framework. Our goal is to allow XNA developers on Windows & Windows Phone to port their games to the iOS / Android / Mac OS X, Linux.

multiboot

The Multiboot specification

This specification, created in 1995, describes a method of loading various multiboot kernels using a single compliant boot loader (such as GNU GRUB) on i386-based computers.

xserver-xorg-video-ivtv

X.Org X server -- IVTV display driver

This package provides the driver for the overlay framebuffer provided by the iTVC15 family of MPEG codecs. The iTVC15 family includes the iTVC15 (CX24315) and iTVC16 (CX24316). These chips are commonly found on Hauppauge's WinTV PVR-250 and PVR-350 TV capture cards.

libnet1

library for the construction and handling of network packets

libnet provides a portable framework for low-level network packet writing and handling.

libghc-storable-tuple-prof

Storable instance for pairs and triples; profiling libraries

Provides a Storable instance for pair and triple which should be binary compatible with C99 and C++. The only purpose of this package is to provide a standard location for this instance so that other packages needing this instance can play nicely together.