Table 5-2 lists some significant libraries included with Mac OS X and Table 5-3 lists some significant libraries that do not come with Mac OS X (but are available through Fink).
Library |
Description |
Headers |
---|---|---|
libalias |
A packet aliasing library for masquerading and network address translation |
Not included in Mac OS X. See the network_cmds module in the Darwin CVS archive. |
libl.a |
The lex runtime library |
Not applicable. Lexical analyzers that you generate with lex have all the necessary definitions. |
libMallocDebug |
A library for the MallocDebug utility (/Developer/Applications) |
Not applicable.You don't need to do anything special with your code to use this utility. |
libncurses(libcurses is available for backward compatibility.) |
The new curses screen library, a set of functions for controlling a terminal's display screen |
/usr/include/ncurses.h (curses.h is available for backward compatibility.) |
libobjc |
The library for the GNU Objective-C compiler |
/usr/include/objc/* |
libpcap |
Packet capture library |
/usr/include/pcap* |
libssl and libcrypto |
An OpenSSL: Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols, as well as a full-strength, general-purpose cryptography library |
/usr/include/openssl/* |
libtcl |
The Tcl runtime library |
/usr/include/tcl.h |
liby.a |
The yacc runtime library |
Not applicable. Parsers that you generate with yacc have all the necessary definitions. |
libz |
A general-purpose data-compression library (Zlib) |
zlib.h |
Fink package |
Description |
Home page |
---|---|---|
aalib |
ASCII art library |
|
db3 |
Berkeley DB embedded database |
|
db4 |
Berkeley DB embedded database |
|
dlcompat |
Dynamic loading compatibility library |
|
dtdparser |
Java DTD Parser |
|
expat |
C library for parsing XML |
|
fnlib |
Font rendering library for X11 |
|
freetype |
TrueType font rendering library, version 1 |
|
freetype2 |
TrueType font rendering library, version 2 |
|
gc |
General-purpose garbage collection library |
|
gd |
Graphics generation library |
|
gdal |
Translator for raster geospatial data formats |
|
gdbm |
GNU dbm |
|
giflib |
GIF image format handling library, LZW-enabled version |
|
glib |
Low-level library that supports GTK+ and GNOME |
|
gmp |
GNU multiple precision arithmetic library |
|
gnomelibs |
GNOME libraries |
|
gnujaxp |
Basic XML processing in Java |
|
gtk |
GTK+, the GIMP widget toolkit used by GNOME |
|
hermes |
Optimized pixel format conversion library |
|
imlib |
General image handling library |
|
libdivxdecore |
OpenDivX codec |
|
libdnet |
Networking library |
|
libdockapp |
Library that eases the creation of WindowMaker Dock applets |
|
libdv |
Software decoder for DV format video |
|
libfame |
Fast Assembly Mpeg Encoding library |
|
libghttp |
HTTP client library |
|
libiconv |
Character set conversion library |
|
libiodbc |
ODBC libraries |
|
libjconv |
Japanese code conversion library |
|
libjpeg |
JPEG image format handling library |
|
libmpeg |
GIMP MPEG library |
|
libmusicbrainz |
Client library for the MusicBrainz CD Index |
|
libnasl |
Nessus Attack Scripting Language |
|
libnessus |
Libraries package for Nessus without SSL support |
|
libole2 |
Library for the OLE2 compound file format |
|
libpoll |
System V poll(2) Emulation Library |
|
libproplist |
Routines for string list handling |
|
libshout |
Library for streaming to icecast |
|
libsigc++ |
Callback system for widget libraries |
|
libstroke |
Translates mouse strokes to program commands |
|
libtiff |
TIFF image format library |
|
libungif |
GIF image format handling library, LZW-free version |
http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml |
libunicode |
Low-level Unicode processing library |
|
libwww |
General-purpose Web API written in C for Unix and Windows |
|
libxml |
XML parsing library |
|
libxml++ |
C++ interface to the libxml2 XML parsing library |
|
libxml2 |
XML parsing library, version 2 |
|
libxpg4 |
Locale-enabling preload library |
|
libxslt |
XSLT library |
|
log4j |
Library that helps the programmer output log statements to a variety of output targets |
|
lzo |
Real-time data compression library |
|
neon |
HTTP/WebDAV client library with a C API |
|
netpbm |
Graphics manipulation programs and libraries |
|
pcre |
Perl Compatible Regular Expressions library |
|
pdflib |
A library for generating PDFs |
|
pil |
The Python Imaging Library; adds image-processing capabilities to Python |
|
pilot-link |
Palm libraries |
|
popt |
Library for parsing command-line options |
|
pth |
Portable library that provides scheduling |
|
readline |
Terminal input library |
|
slang |
Embeddable extension language and console I/O library |
|
stlport |
ANSI C++ Standard Library implementation |
The list of available libraries is ever-growing, thanks to an influx of open source ports from FreeBSD and Linux. One of the best ways to keep on top of the latest ports is to install Fink (see Section 6.1 in Chapter 6), which lets you install precompiled versions of libraries and applications or install them from source.
Copyright © 2003 O'Reilly & Associates. All rights reserved.