~sircmpwn/hare-html

HTML support for Hare
44996d2c — Drew DeVault 1 year, 8 months ago
cmd/genatom: belated nomem updates
042f5a01 — Drew DeVault 1 year, 8 months ago
Atomize common HTML names
b9201b83 — Drew DeVault 1 year, 8 months ago
Implement scan_comment

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