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 43 44
|
Source: libpandoc-elements-perl
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Build-Depends:
debhelper (>= 10),
libhash-multivalue-perl,
libipc-run3-perl,
libjson-perl,
libmodule-build-tiny-perl,
libpandoc-wrapper-perl (>= 0.8.3),
libtest-deep-perl <!nocheck>,
libtest-exception-perl <!nocheck>,
libtest-output-perl <!nocheck>,
libtest-warnings-perl <!nocheck>,
perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpandoc-elements-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpandoc-elements-perl
Homepage: https://github.com/nichtich/Pandoc-Elements
Package: libpandoc-elements-perl
Architecture: all
Depends:
libhash-multivalue-perl,
libipc-run3-perl,
libjson-perl,
libpandoc-wrapper-perl (>= 0.8.3),
${misc:Depends},
${perl:Depends},
Enhances:
pandoc,
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.
.
This package includes the Perl module Pandoc::Elements,
and the pandoc filter multifilter.
|