File: control

package info (click to toggle)
php-parsedown-extra 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: php: 368; makefile: 15
file content (27 lines) | stat: -rw-r--r-- 1,111 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: php-parsedown-extra
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: James Valleroy <jvalleroy@mailbox.org>
Build-Depends: debhelper-compat (= 13),
               php-parsedown,
               phpab,
               phpunit,
               pkg-php-tools
Standards-Version: 4.6.0
Homepage: https://github.com/erusev/parsedown-extra
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-parsedown-extra
Vcs-Git: https://salsa.debian.org/php-team/pear/php-parsedown-extra.git
Rules-Requires-Root: no

Package: php-parsedown-extra
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Description: Markdown Extra extension for Parsedown
 Parsedown extension that adds support for Markdown Extra. Markdown
 Extra extends the Markdown syntax for inline HTML, markdown inside
 HTML blocks, special attributes, fenced code blocks, tables,
 definition lists, footnotes, abbreviations, ordered lists, emphasis,
 and backslash escapes.