bsdiff and bspatch
Description: generate/apply a patch between two binary files
bsdiff and bspatch are tools for building and applying patches to binary files.
By using suffix sorting (specifically, Larsson and Sadakane's qsufsort) and
taking advantage of how executable files change, bsdiff routinely produces
binary patches 50-80% smaller than those produced by Xdelta, and 15% smaller
than those produced by .RTPatch (a commercial patch tool).
Homepage: http://www.daemonology.net/bsdiff/
bzip2
Description: high-quality block-sorting file compressor - utilities
bzip2 is a freely available, patent free, high-quality data compressor.
It typically compresses files to within 10% to 15% of the best available
techniques, whilst being around twice as fast at compression and six
times faster at decompression.
.
bzip2 compresses files using the Burrows-Wheeler block-sorting text
compression algorithm, and Huffman coding. Compression is generally
considerably better than that achieved by more conventional
LZ77/LZ78-based compressors, and approaches the performance of the PPM
family of statistical compressors.
.
The archive file format of bzip2 (.bz2) is incompatible with that of its
predecessor, bzip (.bz).
Homepage: http://www.bzip.org/
libpng
Description: PNG library - runtime
libpng is a library implementing an interface for reading and writing
PNG (Portable Network Graphics) format files.
.
This package is superseded by libpng12-0, and is provided only for
transitional purposes.
Homepage: http://libpng.org/pub/png/libpng.html
ICU
Description: Development files for International Components for Unicode
ICU is a C++ and C library that provides robust and full-featured
Unicode and locale support. This package contains the development
files for ICU along with programs used to manipulate data files found
in the ICU sources.
Homepage: http://www.icu-project.org
Chinese and Japanese word frequency list
libxslt
Description: XSLT processing library - runtime library
XSLT is an XML language for defining transformations of XML files from
XML to some other arbitrary format, such as XML, HTML, plain text, etc.
using standard XSLT stylesheets. libxslt is a C library which
implements XSLT.
.
This package contains libxslt library used by applications for XSLT
transformations.
lzma_sdk
Description: XZ-format compression library - development files
XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
compression format, which provides memory-hungry but powerful
compression (often better than bzip2) and fast, easy decompression.
.
The native format of liblzma is XZ; it also supports raw (headerless)
streams and the older LZMA format used by lzma. (For 7-Zip's related
format, use the p7zip package instead.) This package provides the
development library needed to build programs using liblzma.
Homepage: http://tukaani.org/xz/
modp_b64
pthreads-win32
tlslite
(sf.net)
TLS Lite is a python library for SSL/TLS. It supports non-traditional authentication methods such as SRP, shared-keys, and cryptoIDs, as well as X.509 certificates.
zlib
Description: compression library - sample programs
Some generally useful sample programs from the contrib directory.
Includes a "mini" implementation of `zip' and `unzip' called
`minizip' and `miniunzip' respectively.
webkit
Description: Web content engine library for Gtk+ - Development files
WebKit is a web content engine, derived from KHTML and KJS from KDE, and
used primarily in Apple's Safari browser. It is made to be embedded in
other applications, such as mail readers, or web browsers.
.
It is able to display content such as HTML, SVG, XML, and others. It also
supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
.
This package provides development files required to create Gtk+ applications
embedding WebKit.
Homepage: http://webkit.org/
WTL
(sf.net)
Windows Template Library (WTL) is a C++ library for developing Windows applications and UI components. It extends ATL (Active Template Library) and provides a set of classes for controls, dialogs, frame windows, GDI objects, and more.
V8 assembler
Description: Development files for the V8 JavaScript Engine
V8 is Google's open source, high performance JavaScript engine. It is written
in C++ and is used in Google Chrome, Google's open source browser.
.
Install this package if you wish to develop your own programs using the
V8 JavaScript Engine
Homepage: http://code.google.com/p/v8/
DTOA
ffmpeg
Description: multimedia player, server and encoder
This package contains the ffplay multimedia player, the ffserver streaming
server and the ffmpeg audio and video encoder. They support most existing
file formats (AVI, MPEG, OGG, Matroska, ASF...) and encoding formats (MPEG,
DivX, MPEG4, AC3, DV...).
Homepage: http://ffmpeg.org/
libevent
Description: Development libraries, header files and docs for libevent
Contains the header files, documentation, examples and static libraries
for use in developing applications that use the libevent library.
.
The libevent library is an asynchronous event notification library
that provides a mechanish to execute a callback function when a specific
event occurs on a file descriptor or after a timeout has been reached.
Homepage: http://www.monkey.org/~provos/libevent/