slackbuilds_ponce/libraries/cbase
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
cbase.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
cbase.SlackBuild
README
slack-desc

cbase is a C library of useful functions that simplify systems software
development on System V UNIX. The library includes routines for memory
management, string parsing, filesystem traversal, subprocess execution,
I/O, as well as implementations of common data structures such as linked
lists, hash tables, stacks, and queues. The library also includes a high-
level interface to Berkeley sockets, and an implementation of a scheduler
which has functionality very similar to that of the cron daemon.
Note: cbase was formerly known as CFL.