File: control

package info (click to toggle)
libparse-edid-perl 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 436 kB
  • sloc: perl: 1,392; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,178 bytes parent folder | download | duplicates (2)
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
Source: libparse-edid-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Guillaume Bougard <gbougard@teclib.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libtest-warn-perl,
                     perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libparse-edid-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libparse-edid-perl.git
Homepage: https://metacpan.org/release/Parse-EDID

Package: libparse-edid-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: extended display identification data (EDID) parser
 The Parse::EDID perl module provides some functions to parse Extended
 Display Identification Data binary data structures.
 .
 Extended Display Identification Data (EDID) is a metadata format for
 display devices to describe their capabilities to a video source. The
 data format is defined by a standard published by the Video Electronics
 Standards Association (VESA).
 .
 This module helps to analyse display devices capabilities from perl
 scripts.