File: control

package info (click to toggle)
libpandoc-elements-perl 0.24-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 400 kB
  • ctags: 110
  • sloc: perl: 1,260; makefile: 12
file content (33 lines) | stat: -rw-r--r-- 1,106 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: libpandoc-elements-perl
Section: perl
Priority: optional
Build-Depends: cdbs (>= 0.4.122~),
 licensecheck,
 perl,
 libmodule-build-tiny-perl,
 debhelper,
 dh-buildinfo,
 libhash-multivalue-perl,
 libipc-run3-perl,
 libjson-perl,
 libtest-exception-perl,
 libtest-output-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpandoc-elements-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpandoc-elements-perl.git
Homepage: https://github.com/nichtich/Pandoc-Elements

Package: libpandoc-elements-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Recommends: ${cdbs:Recommends}
Enhances: ${cdbs:Enhances}
Description: create and process Pandoc documents
 Pandoc::Elements provides utility functions to create abstract syntax
 trees (AST) of Pandoc documents.  The resulting data structure can be
 converted by Pandoc to many other document formats, such as HTML,
 LaTeX, ODT, and ePUB.