1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/libaura/pkg-descr
Philip Paeps 9b8c973032 Add libaura 3.1.20051222, library of Assorted Useful Reusable
Abstractions.

PR:		ports/95988
Submitted by:	Andrew Turner <andrew+ports@fubar.geek.nz>
2006-04-19 06:45:21 +00:00

11 lines
410 B
Plaintext

Libaura is a library of Assorted Useful Reusable Abstractions -
data structures and utilities for C language programming. At
present, they include:
- memory allocators/deallocators
- key<->value dictionaries (hashed or sorted)
- extensible buffers
- filesystem predicates (is_dir, is_named_pipe, etc)
- popen() variation which allows the caller to know the pid of
the process on the other end of the pipe.