No description
  • C 99.5%
  • Zig 0.4%
  • Shell 0.1%
Find a file
Stephen Gutekanst 3eb6f231cb
Some checks failed
CI / x86_64-linux (push) Has been cancelled
CI / x86_64-windows (push) Has been cancelled
CI / x86_64-macos (push) Has been cancelled
update to latest zig version
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2024-12-30 16:54:26 -07:00
.github all: update Zig to version 0.14.0-dev.2577+271452d22 2024-12-30 16:54:26 -07:00
include Fix links to callbacks in doxygen. 2021-10-23 15:25:25 -07:00
src Propagate allocation failure from ogg_sync_buffer. 2022-09-07 13:44:38 -07:00
.gitignore update to Zig 2024.05 2024-06-02 13:25:46 -07:00
build.zig update to Zig 2024.05 2024-06-02 13:25:46 -07:00
build.zig.zon update to latest zig version 2024-12-30 16:54:26 -07:00
COPYING Bump overall copyright year. 2013-08-19 16:49:54 -07:00
README.md README: fix link 2023-08-10 16:58:47 -07:00
update.sh add README.MD, update.sh and verify.sh 2023-08-04 21:59:01 +03:30
verify.sh add README.MD, update.sh and verify.sh 2023-08-04 21:59:01 +03:30

Opusfile packaged for the Zig build system

This is a fork of opusfile, packaged for Zig. Unnecessary files have been deleted, and the build system has been replaced with build.zig.

Looking for Zig bindings to Opusfile? See mach-opus.

Updating

To update this repository, run ./update.sh followed by ./verify.sh to verify the repository contents.

Verifying repository contents

For supply chain security reasons (e.g. to confirm we made no patches to the code) we provide a git diff command you can run to verify the contents of this repository:

./verify.sh

If nothing is printed, there is no diff. Deleted files, and changes to README.md, build.zig, .github CI files and .gitignore are ignored.

Issues

Issues are tracked in the main Mach repository.