| 12
 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
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 
 | Source: complexity
Section: devel
Priority: optional
Maintainer: Boian Bonev <bbonev@ipacct.com>
Build-Depends:
 autogen,
 debhelper-compat (= 13),
 gnulib,
 libopts25-dev,
 texinfo,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://gnu.org/software/complexity
Vcs-Browser: https://salsa.debian.org/debian/complexity
Vcs-Git: https://salsa.debian.org/debian/complexity.git
Package: complexity
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: tool for analyzing the complexity of C program functions
 Complexity measurement tool help to:
 .
  * locate suspicious areas in unfamiliar code
  * get an idea of how much effort may be required to understand that
    code
  * get an idea of the effort required to test a code base
  * provide a reminder to yourself. You may see what you've written
     as obvious, but others may not.
 .
 Comparing with existing tool McCabe, this program improves scoring
 of following language constructs:
 .
  * code length
  * switch statement
  * logic conditions
Package: complexity-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: tool for analyzing the complexity of C program (documentation)
 Complexity measurement tool help to:
 .
  * locate suspicious areas in unfamiliar code
  * get an idea of how much effort may be required to understand that
    code
  * get an idea of the effort required to test a code base
  * provide a reminder to yourself. You may see what you've written
     as obvious, but others may not.
 .
 Comparing with existing tool McCabe, this program improves scoring
 of following language constructs:
 .
  * code length
  * switch statement
  * logic conditions
 .
 This package contains documentation in TexInfo format.
 |