File: control

package info (click to toggle)
libconvert-asn1-perl 0.27-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 440 kB
  • ctags: 225
  • sloc: perl: 4,134; yacc: 544; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,121 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
Source: libconvert-asn1-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     perl (>= 5.15.3) | libmath-bigint-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconvert-asn1-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconvert-asn1-perl.git
Homepage: https://metacpan.org/release/Convert-ASN1
Testsuite: autopkgtest-pkg-perl

Package: libconvert-asn1-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         perl (>= 5.15.3) | libmath-bigint-perl
Description: Perl module for encoding and decoding ASN.1 data structures
 Convert::ASN1 will parse ASN.1 descriptions and will encode from and decode to
 perl data structures using a hierarchy of references.
 .
 Note that the ASN.1 parser is not a complete implementation of the
 ASN.1 specification.