Do not follow this link

~jfentker/hare-csv

CSV support for Hare
stdlib updates
add project readme and license
remove leftover property

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~jfentker/hare-csv
read/write
git@git.sr.ht:~jfentker/hare-csv

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

#hare-csv

This package provides CSV support for Hare.

#Installation

#From your distribution

The recommended name for this package is "hare-csv". 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-csv/ add https://git.sr.ht/~jfentker/hare-csv master
Do not follow this link