File: control

package info (click to toggle)
csmith 2.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,476 kB
  • sloc: cpp: 28,535; sh: 4,120; ansic: 820; makefile: 268; perl: 253
file content (50 lines) | stat: -rw-r--r-- 1,736 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
40
41
42
43
44
45
46
47
48
49
50
Source: csmith
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper (>= 11),
               m4
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian/csmith
Vcs-Git: https://salsa.debian.org/debian/csmith.git
Homepage: https://embed.cs.utah.edu/csmith/

Package: csmith
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: generator of random C programs
 Csmith is a tool that can generate random C programs that statically
 and dynamically conform to the C99 standard. Thus, it is useful for
 stress-testing compilers, static analyzers, and other tools that
 process C code.

Package: libcsmith0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: generator of random C programs (runtime library)
 Csmith is a tool that can generate random C programs that statically
 and dynamically conform to the C99 standard. Thus, it is useful for
 stress-testing compilers, static analyzers, and other tools that
 process C code.
 .
 This package contains the runtime library files needed to run software
 using csmith.

Package: libcsmith-dev
Architecture: any
Section: libdevel
Depends: libcsmith0 (= ${binary:Version}),
         ${misc:Depends}
Description: generator of random C programs (development files)
 Csmith is a tool that can generate random C programs that statically
 and dynamically conform to the C99 standard. Thus, it is useful for
 stress-testing compilers, static analyzers, and other tools that
 process C code.
 .
 This package contains the header and development files needed to build
 programs and packages using csmith.