Package cmark: Information

    Binary package: cmark
    Version: 0.30.2-alt1
    Architecture: loongarch64
    Build time:  Sep 22, 2023, 03:24 PM
    Source package: cmark
    Category: Text tools
    Report package bug
    License: BSD and MIT
    Summary: CommonMark parsing and rendering
    Description: 
    cmark is the C reference implementation of CommonMark,
    a rationalized version of Markdown syntax with a spec.
    
    It provides a shared library (libcmark) with functions for parsing
    CommonMark documents to an abstract syntax tree (AST), manipulating
    the AST, and rendering the document to HTML, groff man, LaTeX,
    CommonMark, or an XML representation of the AST.  It also provides a
    command-line program (cmark) for parsing and rendering CommonMark
    documents.

    Maintainer: Aleksei Nikiforov


    Last changed


    Jan. 17, 2022 Aleksei Nikiforov 0.30.2-alt1
    - Updated to upstream version 0.30.2.
    Sept. 7, 2021 Aleksei Nikiforov 0.30.1-alt1
    - Updated to upstream version 0.30.1.
    May 31, 2021 Arseny Maslennikov 0.29.0-alt1.1
    - NMU: spec: adapted to new cmake macros.