# -*- 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
description A YAML Parser.
long_description LibYAML is a YAML 1.1 parser and emitter written in C. It is \
in an early stage of development.
homepage https://pyyaml.org/wiki/LibYAML
master_sites https://pyyaml.org/download/libyaml
distname ${dname}-${version}
worksrcdir ${dname}-${version}
# deal with stealth-update; remove at next update
dist_subdir ${name}/${version}_1
checksums rmd160 27a870e810215083ed6a33481f6eb704ae4cfab1 \
sha256 4a9100ab61047fd9bd395bcef3ce5403365cafd55c1e0d0299cde14958e47be9 \
livecheck.url ${master_sites}
livecheck.regex "${dname}-(\\d+(?:\\.\\d+)*)${extract.suffix}"