Skip to content

allyourcodebase/libzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

libzip

This is libzip, 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/libzip.git#1.11.2

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

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

Notes

Crypto and LZMA are not supported right now.

About

libzip ported to the zig build system

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE-LIBZIP

Stars

Watchers

Forks

Packages

No packages published