freebsd-ports/devel/gnulib/pkg-descr
Antoine Brodin 463fc5aef8 Revert r428753 and unbreak
Pointy hat:	sunpoet
2016-12-17 16:31:28 +00:00

14 lines
702 B
Text

Gnulib, the GNU portability library, offers a macro system and C
declarations and definitions for commonly-used API elements and
abstracted system behaviors. It can be used to improve portability and
other functionality in your programs.
Gnulib takes a different approach than libiberty. Gnulib components are
intended to be shared at the source level, rather than being a library that
gets built, installed, and linked against. Thus, there is no distribution
tarball; the idea is to copy files from Gnulib into your own source tree.
However, there are bimonthly stable snapshots of the Gnulib codebase
published at http://erislabs.net/ianb/projects/gnulib/
WWW: http://www.gnu.org/software/gnulib/