Source: cmark Section: text Maintainer: Jonas Smedegaard Homepage: https://github.com/commonmark/cmark Standards-Version: 4.7.3 Vcs-Git: https://salsa.debian.org/debian/cmark.git Vcs-Browser: https://salsa.debian.org/debian/cmark Build-Depends: cmake, debhelper-compat (= 13), dh-cmake-compat (= 1), dh-sequence-cmake, python3, Package: cmark Architecture: any Multi-Arch: foreign 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. . cmark parses almost as fast as sundown and hoedown (but safer and less buggy), about 3 times faster than discount, and about 100 times faster than kramdown and pandoc. Memory consumption is on par with sundown and about 10 times less than pandoc. . cmark outputs HTML, groff man, LaTeX, CommonMark, and a custom XML format. . Markdown is a lightweight markup language with plain-text-formatting syntax. . This package provides a command-line program (cmark) for parsing and rendering CommonMark documents. Package: libcmark0.31.2 Architecture: any Multi-Arch: same Section: libs Depends: ${misc:Depends}, ${shlibs:Depends}, Description: CommonMark parsing and rendering library cmark is the C reference implementation of CommonMark, a rationalized version of Markdown syntax with a spec. . cmark parses almost as fast as sundown and hoedown (but safer and less buggy), about 3 times faster than discount, and about 100 times faster than kramdown and pandoc. Memory consumption is on par with sundown and about 10 times less than pandoc. . cmark outputs HTML, groff man, LaTeX, CommonMark, and a custom XML format. . Markdown is a lightweight markup language with plain-text-formatting syntax. . This package contains the shared libraries. Package: libcmark-dev Architecture: any Multi-Arch: same Section: libdevel Depends: libcmark0.31.0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, Description: development files for CommonMark parsing and rendering library cmark is the C reference implementation of CommonMark, a rationalized version of Markdown syntax with a spec. . cmark parses almost as fast as sundown and hoedown (but safer and less buggy), about 3 times faster than discount, and about 100 times faster than kramdown and pandoc. Memory consumption is on par with sundown and about 10 times less than pandoc. . cmark outputs HTML, groff man, LaTeX, CommonMark, and a custom XML format. . Markdown is a lightweight markup language with plain-text-formatting syntax. . This package contains the header and development files.