Some tools used to build and maintain this library.
The GNU multiprecision arithmetic library, which PBC requires.
Version control system used by PBC (see Git repository link on download page).
I use this powerful profiler for catching memory leaks, though it has many other uses.
I used Inkscape to create the PBC logo.
These webpages are converted from AsciiDoc to HTML
The manual is written in DocBook, though I use a few kludgy scripts to automatically generate some documentation from code comments and to prettify the HTML output.
The GNU Compiler Collection. I use some GNU C extensions, such as nested functions, which may make porting the library to other compilers difficult.
The magic behind "./configure && make".