File: control

package info (click to toggle)
libdevel-checkcompiler-perl 0.07-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 128 kB
  • ctags: 8
  • sloc: perl: 92; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 918 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
Source: libdevel-checkcompiler-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
               libmodule-build-tiny-perl,
               perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-checkcompiler-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdevel-checkcompiler-perl.git
Homepage: https://metacpan.org/release/Devel-CheckCompiler

Package: libdevel-checkcompiler-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module for checking compiler availability
 Devel::CheckCompiler checks the availability of a C99 compiler. It
 provides the function check_c99_or_exit which returns false if no C99
 compiler is available.