# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.  Line
# up the first '|' above the ':' following the base package name, and the '|' on
# the right side marks the last column you can put a character in. You must make
# exactly 11 lines for the formatting to be correct.  It's also customary to
# leave one space after the ':'.

   |-----handy-ruler------------------------------------------------------|
pth: GNU portable threads
pth: 
pth: The Pth package contains a very portable POSIX/ANSI-C based library for Unix
pth: platforms which provides non-preemptive priority-based scheduling for multiple
pth: threads of execution (multithreading) inside event-driven applications. All
pth: threads run in the same address space of the server application, but each
pth: thread has its own individual program-counter, run-time stack, signal mask and
pth: errno variable.
pth: 
pth: Package Information
pth: 
pth: Download (HTTP): http://ftp.gnu.org/gnu/pth/pth-2.0.7.tar.gz
pth: 
pth: 
