freebsd-ports/devel/libisc/pkg-descr
Simon L. B. Nielsen 1fe3abf60d Add libisc port:
libisc is C utility library which is used as part of part of ISC's bind.

It includes functions for:
- assertion handling.
- balanced binary (AVL) trees.
- bit masks comparison.
- event based programs.
- heap-based priority queues.
- memory handling.
- program logging.

Reviewed by:	erwin
2005-12-13 21:16:18 +00:00

10 lines
270 B
Text

libisc is C utility library which is used as part of part of ISC's bind.
It includes functions for:
- assertion handling.
- balanced binary (AVL) trees.
- bit masks comparison.
- event based programs.
- heap-based priority queues.
- memory handling.
- program logging.