Jump to letter: [
ACDFGHJLMNPQRSTWXZ
]
cmark (aarch64) - 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.
- Architecture:
Optimized for aarch64 (ARM64) architecture. It can be used on AWS Graviton instances, as well as Raspberry Pi 4 and newer.
How to Install cmark (aarch64)
sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm
sudo yum -y install cmark
Packages
cmark-0.30.3-7.amzn2023.aarch64
[17 KiB] |
Changelog
by Fedora Release Engineering (2025-01-16):
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|