freebsd-ports/devel/c2lib/pkg-descr
Sergey A. Osokin 3761541719 In memory of AlanE:
- Update to 1.4.2
- Makefile cleanup
- Reword pkg-descr, add Author tag
- Adopt this orphan

Give maintainership to submitter.

Submitted by:	Sergey Kolobov <sergei@kolobov.com>
PR:		53178
2003-07-15 11:01:37 +00:00

10 lines
470 B
Text

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.
Author: Richard W.M. Jones <rich@annexia.org>
WWW: http://www.annexia.org/freeware/c2lib/