1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: nana
Section: devel
Priority: extra
Maintainer: Brent A. Fulgham <bfulgham@debian.org>
Standards-Version: 2.4.0.0
Package: nana
Architecture: any
Depends: gcc, libc6-dev, ${shlibs:Depends}
Description: GNU Nana -- improved support for assertions and logging
GNU Nana is a freely available library providing improved support for
assertions and logging in GNU C/C++. In particular:
.
* Space/time efficient assertion checking
* Space/time efficient program loggin
* Code-to-HTML converter giving only details of your interface
and pre/postconditions (similar to Eiffel short form).
* Statement and function-level tracing under GDB.
* Logging via inline C code (as in <asser.h>) or by extraction of
commands for gdb which results in no performance cost
unless running in the debugger.
.
It was written by the author because he has written too many of these
systems in the past for individual projects and has finally gotten tired
of it.
|