~sircmpwn/hare-xml

XML support for Hare
remove doc reference to nonexistant token_dup
parser: don't scan parameter-entity references when scanning content
parser: don't excessively unread runes

refs

master
browse  log 

clone

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

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

#hare-xml

This package provides XML support for Hare.

#Installation

#From your distribution

The recommended name for this package is "hare-xml". 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-xml/ add https://git.sr.ht/~sircmpwn/hare-xml master