File: control

package info (click to toggle)
pegdown 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,684 kB
  • ctags: 761
  • sloc: java: 3,141; xml: 51; makefile: 13
file content (20 lines) | stat: -rw-r--r-- 892 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
Source: pegdown
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper, libparboiled-java
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/pegdown.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/pegdown.git
Homepage: http://pegdown.org

Package: libpegdown-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: Lightweight Markdown processing library
 Pegdown is nearly 100% compatible with the original Markdown specification
 and fully passes the original Markdown test suite. On top of the standard
 Markdown feature set pegdown implements a number of extensions similar
 to what other popular Markdown processors offer.