File: control

package info (click to toggle)
sloccount 2.26%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,800 kB
  • sloc: perl: 2,198; ansic: 622; sh: 537; lex: 254; makefile: 167; ruby: 110; python: 96; haskell: 32; cobol: 27; php: 22; pascal: 10; xml: 7; fortran: 6; f90: 6; cs: 5
file content (39 lines) | stat: -rw-r--r-- 1,519 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
29
30
31
32
33
34
35
36
37
38
39
Source: sloccount
Standards-Version: 4.7.2
Maintainer: Package Salvaging Team <team+salvage@tracker.debian.org>
Uploaders:
 Andreas Tille <tille@debian.org>,
Section: devel
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 flex,
Vcs-Browser: https://salsa.debian.org/salvage-team/sloccount
Vcs-Git: https://salsa.debian.org/salvage-team/sloccount.git
Homepage: https://www.dwheeler.com/sloccount/
Rules-Requires-Root: no

Package: sloccount
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${perl:Depends},
Suggests:
 doc-base,
Description: programs for counting physical source lines of code (SLOC)
 SLOCCount (pronounced "sloc-count") is a suite of programs for
 counting physical source lines of code (SLOC) in potentially large
 software systems (thus, SLOCCount is a "software metrics tool" or
 "software measurement tool"). SLOCCount can count physical SLOC for
 a wide number of languages; listed alphabetically, they are: Ada,
 Assembly, awk, Bourne shell, C, C++, C shell, COBOL, C#, Erlang,
 Expect, Fortran, Java, lex/flex, LISP (including Scheme), Makefile,
 Modula3, Objective-C, Pascal, Perl, PHP, Python, Ruby, sed, SQL, Tcl,
 VHDL, XML, Yacc/Bison.
 .
 SLOCCount can automatically determine if a file is a source code file
 or not, and if so, which language it's written in. As a result, you
 can analyze large systems completely automatically. SLOCCount also
 includes some report-generating tools to collect the data generated
 and present it in several different formats.