File: control

package info (click to toggle)
nana 2.5-9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,764 kB
  • ctags: 369
  • sloc: sh: 4,058; ansic: 1,547; makefile: 197; tcl: 48; lisp: 39
file content (28 lines) | stat: -rw-r--r-- 1,113 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
26
27
28
Source: nana
Section: devel
Priority: extra
Maintainer: Kurt B. Kaiser <kbk@shore.net>
Build-Depends: debhelper (>= 5), dpatch, autotools-dev, texinfo, texi2html
Standards-Version: 3.7.2

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 logging
    * 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 <assert.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.
 .
  Homepage: https://savannah.gnu.org/projects/nana/