~vladh/hare-spapod

Hare SPA POD Implementation
da17e089 — Vlad-Stefan Harbuz 7 months ago
add contributing section
3eaf0d79 — Vlad-Stefan Harbuz 1 year, 10 months ago
add some documentation
a8874e32 — Vlad-Stefan Harbuz 1 year, 10 months ago
add cmd/podtest

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~vladh/hare-spapod
read/write
git@git.sr.ht:~vladh/hare-spapod

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

#Hare SPA POD Implementation

This library implements the Pipewire SPA POD data format.

The implementation currently has basic functionality but is easy to extend.

#Vendoring

git subtree -P vendor/hare-spapod/ add https://git.sr.ht/~vladh/hare-spapod main

#Tests

There is a small test you can run with make run.

#Contributing

Send patches to ~vladh/general@lists.sr.ht using subject prefix [PATCH hare-spapod]. For example:

git config sendemail.to '~vladh/general@lists.sr.ht'
git config format.subjectPrefix 'PATCH hare-spapod'
git send-email HEAD^

For more information, see git-send-email.io.