~chrisppy/hare-scfg

A hare library for a simple configuration file format
add demo to gitignore
Move error code into it's own file
Move error code into it's own file

clone

read-only
https://git.sr.ht/~chrisppy/hare-scfg
read/write
git@git.sr.ht:~chrisppy/hare-scfg

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

#hare-scfg

builds.sr.ht status

This package provides scfg support for Hare.

#Provided modules

  • format::scfg: scfg primitives and scanning support.

An example is provided in the "cmd" directory.

#Installation

#From your distribution

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

#Contributing

All contributors are required to "sign-off" their commits (using git commit -s) to indicate that they have agreed to the Developer Certificate of Origin:

Please send patches to my public-inbox to send your changes upstream.

#Licensing

Like the Hare standard library, this library is available under the terms of the Mozilla Public License (MPL). You can freely link to the standard library with software distributed under any license, but if you modify the library, you must release your derivative works under the MPL as well.