File: control

package info (click to toggle)
cmark 0.26.1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,696 kB
  • sloc: ansic: 6,801; python: 792; makefile: 146; cpp: 23; perl: 21; ruby: 11
file content (16 lines) | stat: -rw-r--r-- 556 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: cmark
Build-Depends: cmake, debhelper (>= 9), python3
Homepage: https://github.com/jgm/cmark
Maintainer: Peter Eisentraut <petere@debian.org>
Priority: optional
Section: text
Standards-Version: 3.9.8

Package: cmark
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: CommonMark parsing and rendering program
 cmark is the C reference implementation of CommonMark, a rationalized
 version of Markdown syntax with a spec.  This package provides a
 command-line program (cmark) for parsing and rendering CommonMark
 documents.