File: control

package info (click to toggle)
libboolean-perl 0.46-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 144 kB
  • ctags: 11
  • sloc: perl: 77; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 913 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
Source: libboolean-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
 libjson-maybexs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
 Salvatore Bonaccorso <carnil@debian.org>,
 Fabrizio Regalli <fabreg@fabreg.it>
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/boolean
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libboolean-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libboolean-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libboolean-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: module providing transparent support for booleans
 The boolean module provides basic Boolean support for Perl.
 .
 The module provides two singleton objects, true and false, and several
 helper functions.