File: control

package info (click to toggle)
ncc 2.8-2.1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 508 kB
  • ctags: 1,460
  • sloc: cpp: 8,124; python: 207; makefile: 151; ansic: 101
file content (18 lines) | stat: -rw-r--r-- 720 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: ncc
Section: devel
Priority: optional
Maintainer: Anuradha Weeraman (anu) <aweeraman@gmail.com>
Build-Depends: debhelper (>= 9), libncurses5-dev
Standards-Version: 3.9.6
Uploaders: NIIBE Yutaka <gniibe@fsij.org>
Homepage: http://students.ceid.upatras.gr/~sxanth/ncc/

Package: ncc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python
Description: C source code analyzer
 A small, extensible tool that provides program analysis data of C
 source code. This data can be used to analyze the function call flow
 of programs with tools such as graphviz and springgraph. Included
 with this distribution is nccnav that can be used to study the call
 hierarchy of C source code on a text-mode console.