# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
github.setup commonmark cmark 0.29.0
description shared library with functions for parsing CommonMark documents
long_description 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.
checksums rmd160 1b9a087d89c48aecea2ef7277762e51035c7ee33 \
sha256 13d6dc771178308453901abf7fe661fa12a28863a1050a55ec1e8eaecb112115 \
variant buildtests description "Build Tests" {
depends_lib-append port:python36
configure.args-replace -DCMARK_TESTS=OFF -DCMARK_TESTS=ON
configure.args-append -DPYTHON_EXECUTABLE=${prefix}/bin/python3.6