File: control

package info (click to toggle)
libmarpa-r2-perl 2.086000~dfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,964 kB
  • sloc: perl: 38,955; ansic: 19,252; sh: 11,611; makefile: 430
file content (42 lines) | stat: -rw-r--r-- 1,593 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
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: libmarpa-r2-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: autoconf,
               automake,
               autotools-dev,
               cdbs,
               debhelper (>= 10~),
               dh-buildinfo,
               libconfig-autoconf-perl,
               libcpan-meta-perl <!nocheck>,
               libextutils-cbuilder-perl,
               libhtml-parser-perl <!nocheck>,
               libmodule-build-perl,
               libppi-perl <!nocheck>,
               libtest-simple-perl <!nocheck>,
               libtool,
               perl-xs-dev,
               perl:native
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmarpa-r2-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmarpa-r2-perl.git
Homepage: https://metacpan.org/release/Marpa-R2

Package: libmarpa-r2-perl
Architecture: any
Depends: ${cdbs:Depends},
         ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: BNF grammar parser
 Marpa::R2 parses any language whose grammar can be written in BNF.
 That includes recursive grammars, ambiguous grammars, infinitely
 ambiguous grammars and grammars with useless or empty productions.
 Marpa does both left- and right-recursion in linear time -- in fact if
 a grammar is in any class currently in practical use, Marpa will parse
 it in linear time.