File: control

package info (click to toggle)
libcommonmark-perl 0.310100-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220 kB
  • sloc: perl: 291; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,220 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
28
29
30
31
32
33
Source: libcommonmark-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Frederic Bonnard <frediz@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
 libcmark-dev,
 libdevel-checklib-perl,
 libtest-leaktrace-perl <!nocheck>,
 perl-xs-dev,
 perl:native,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcommonmark-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcommonmark-perl.git
Homepage: https://metacpan.org/release/CommonMark

Package: libcommonmark-perl
Architecture: any
Depends:
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends},
Description: interface to the CommonMark C library
 The CommonMark module is a wrapper around the official CommonMark C
 library libcmark. It closely follows the original API.
 .
 The main module provides some entry points to parse documents and
 convenience functions for node creation. The bulk of features is
 available through CommonMark::Node objects of which the parse tree is
 made. CommonMark::Iterator is a useful class to walk through the nodes
 in a tree. CommonMark::Parser provides a push parser interface.