Binary package “fp-utils” in ubuntu precise

Free Pascal - Utils metapackage

 The Free Pascal Compiler is an object pascal compiler supporting both Delphi
 and Turbo Pascal 7.0 dialects as well as Mac pascal dialects.
 It provides a completely portable RunTime Library (RTL) available on many
 platforms and compatible with Turbo Pascal, but also a platform independent
 class based Free Component Library (FCL) adding many Delphi extensions and
 interfacing many popular open source libraries.
 .
 This is a metapackage and is always depending on the last version available of
 the package contains some handy utils for usage with the Free Pascal
 Compiler:
   - ppumove Place multiple units in a shared library
   - ppufiles Show needed files for units
   - ppudump Dump the information stored in a .ppu (unit) file
   - fpcmake Create Makefile from Makefile.fpc
   - h2pas Convert .h files to pascal units
   - ppdep Create a dependency file which can be used with Makefiles
   - ptop Source beautifier
   - data2inc Convert binary/text data to include files
   - plex/pyacc Pascal Lex/Yacc implementation