projects
Various projects of mine are under git.smichalk.dev. If it boots on OpenBSD and (especially) doesn't need npm install it lives here
Sending patches
Email is the forge. Inline patches or attachments generated by git format-patch.
git config sendemail.to sm@secpaste.dev
git format-patch origin/main
git send-email *.patch
- Keep subject prefixes like [tinybox], [2zw], [ssf] or [obol]
- Explain why the patch/change is justified.
Build expectations
- No CI. You run the tests before mailing patches.
- Targets: OpenBSD-current, Debian stable, and Alpine edge.
- Compilers: gcc, zig (release-fast).
FAQ
Do you accept feature requests?
Sure, as patches. Ideas without code become TODO graffiti.
Where are the releases?
Tags exist.