~sircmpwn/hare-html

HTML support for Hare
Atomize common HTML names
Implement scan_comment
Scan doctype strings on html::parse

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~sircmpwn/hare-html
read/write
git@git.sr.ht:~sircmpwn/hare-html

You can also use your local clone with git send-email.

#hare-html

This package implements an HTML5 parser for Hare compatible with the WHATWG HTML specification.

#Installation

#From your distribution

The recommended name for this package is "hare-html". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-html/ add https://git.sr.ht/~sircmpwn/hare-html main