Information for inst:cmark-0.28.3
Comment:
CommonMark parsing and rendering library and program in C
Description:
cmark is the C reference implementation of CommonMark, a rationalized version
of Markdown syntax with a spec.
Maintainer: Jan Klemkow <j DOT klemkow AT wemelug DOT de>
WWW: https://commonmark.org/
Initial port from me, with tweaks from Jan Klemkow (maintainer) based on
sthen@'s feedback.
OK sthen@
Miller (mlr) is like awk, sed, cut, join, and sort for name-indexed data
such as CSV, TSV, and tabular JSON. You get to work with your data using
named fields, without needing to count positional column indices. It is
pipe-friendly and interoperates with the Unix toolkit.
It operates on key-value-pair data while the familiar Unix tools operate
on integer-indexed fields. This encompasses a variety of data formats,
including but not limited to the familiar CSV, TSV, and JSON. (Miller
can handle positionally-indexed data as a special case.)
OK sthen@, solene@
Comment:
python code formatter
Description:
Black is a python code formatter which follows a PEP8 subset.
Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>
WWW: https://github.com/ambv/black
I checked that the distfiles still fetched from their alternative
source.
There still remains two issues with converters/xlhtml (no other source
for the oooooold version we have in tree) and the gentoo patch in
x11/qt3.
ok sthen@
A fast XML/DOM/XPath/XSLT/HTML/JSON extension for Tcl.
Combines high performance XML data processing with
easy and powerful Tcl scripting functionality.
Includes the tdomhtml extension which implements a simple HTML
layer on top of the core DOM Level-1 specification.
Features:
* A Tcl interface to expat for event-like (SAX-like) XML parsing.
* A complete, compliant and fast XPath implementation in C
following the November 99 W3C recommendation for navigation
and data extraction.
* A fast XSLT implementation in C following the W3C
Recommendation 16 November 1999.
* DTD validation.
* A JSON parser that parses any possible JSON input into a DOM
tree without losing information.
* An efficient and Tcl'ish way to create XML and HTML documents
and JSON strings.
* An even faster simple XML parser for trusted XML input.