~chrisppy/hare-atom

atom implementation for hare
Remove unused imports

refs

main
browse  log 

clone

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

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

#format::atom

This package provides an implementation of the Atom syndication format for Hare programs, based on IETF RFC4287 specifications.

Status: Incomplete.

#Provided modules

  • format::atom: Atom primitives and scanning support

#Dependencies

#Installation

#From your distribution

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