Package: nana Version: 2.5 Revision: 1 Source: ftp://ftp.cs.ntu.edu.au/pub/%n/%n-%v.tar.gz Source-MD5: 66c88aa0ad095b2e67673773135475f1 ConfigureParams: --includedir=%p/include/%n --mandir=%p/share/man --infodir=%p/share/info --libexecdir=%p/bin UpdateConfigGuess: true InfoDocs: nana.info InstallScript: << make DESTDIR=%d install mv %d/%p/bin/nana-trace.gdb %d/%p/share/nana/ << DocFiles: README INSTALL INSTALL.con ANNOUNCE AUTHORS ChangeLog NEWS PROJECTS REGISTRATION THANKS TODO # Description: High performance assertion and debugging library DescDetail: << Nana is a development library that provides support for assertion checks, improved debugging and configurable logging in C and C++ when using the GNU compilers. Better details at http://www.cs.ntu.edu.au/homepages/pjm/nana-home/ << DescUsage: << The nana debugging libraries are useful for software developers who understand the value of runtime assertions. The first step to using nana is to read about the nana debugging macros in the nana manual and insert appropriate macros into your source code. The nana headers can be included by compiling with '-I%p/include/nana' The static nana library will be linked in with '-L%p/lib -lnana' << Homepage: http://www.cs.ntu.edu.au/homepages/pjm/nana-home/ License: BSD Maintainer: David Bacher