~sircmpwn/hare-xml

XML support for Hare
Add an escape function
Fix double-free in parser_free
Update per breaking strconv change

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