1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/c2lib/pkg-descr
Doug Barton 2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00

10 lines
424 B
Plaintext

c2lib is a library of basic tools for use by C programmers.
It contains a pool allocator, many string functions, STL-like
vector and hash types and miscellaneous utilities.
Its features were heavily influenced by both Perl's string handling
and C++'s Standard Template Library (STL). The library has been designed
to be very easy to use and is fully documented in manual pages.
WWW: http://www.annexia.org/freeware/c2lib/