libcdio18

library to read and control CD-ROM

libiso9660-11

library to work with ISO9660 filesystems

This library is made to read and write ISO9660 filesystems; those filesystems are mainly used on CDROMs.

lib32objc4-sparc64-cross

Runtime library for GNU Objective-C applications (32bit)

Library needed for GNU ObjC applications linked against the shared library.

libsmraw1t64

split RAW image format access library

libsmraw is a library to access the (split) RAW image format.

node-term-size

Reliably get the terminal window size

Because process.stdout.columns doesn't exist when run non-interactively, for example, in a child process or when piped.

node-uniqs

Tiny utility to create unions and de-duplicated lists

For example, uniqs([2, 1, 1], [2, 3, 3, 4], [4, 3, 2]) will give [2, 1, 3, 4] as output.