File: control

package info (click to toggle)
nana 2.1-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,416 kB
  • ctags: 470
  • sloc: ansic: 4,369; sh: 2,271; makefile: 194; cpp: 106; tcl: 48; lisp: 39
file content (25 lines) | stat: -rw-r--r-- 991 bytes parent folder | download
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.