https://github.com/AnneKitsune/anne_bzip2
Clean interface to import and interact with bzip2 from zig. No system dependencies. Tested that it can crosscompile between windows, osx, linux and freebsd.
Let me know of any feedback you have and enjoy :)
1 messages · Page 1 of 1 (latest)
https://github.com/AnneKitsune/anne_bzip2
Clean interface to import and interact with bzip2 from zig. No system dependencies. Tested that it can crosscompile between windows, osx, linux and freebsd.
Let me know of any feedback you have and enjoy :)
Looks nice! Is there a particular reason the full bzip2 source code is included in the repo instead of fetching it with the build system?
bzip2 folder you didnt include in your zon paths key
oops, good catch! I'll fix it soon
at first it was just simpler, and then I ended up having to patch it to fix a bug. I could potentially add it to zig's build system and have a step to apply the patch.
fixed in 1.4.0, thanks! :)