Skip to content

allyourcodebase/bzip2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

bzip2

This is bzip2, packaged for Zig.

Installation

First, update your build.zig.zon:

# Initialize a `zig build` project if you haven't already
zig init
zig fetch --save git+https://github.com/allyourcodebase/bzip2.git#1.0.8

You can then import bzip in your build.zig with:

const bzip_dependency = b.dependency("bzip", .{
    .target = target,
    .optimize = optimize,
});
your_exe.linkLibrary(bzip_dependency.artifact("bz"));

About

bzip2 ported to the zig build system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages