Skip to content

allyourcodebase/libexpat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

Expat

This is Expat, 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/libexpat.git#2.7.1

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

const expat_dependency = b.dependency("expat", .{
    .target = target,
    .optimize = optimize,
});
your_exe.linkLibrary(expat_dependency.artifact("expat"));

About

libexpat ported to the zig build system

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages