Skip to content

argp-standalone ported to the zig build system

License

Notifications You must be signed in to change notification settings

allyourcodebase/argp-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

argp-standalone

This is argp-standalone, 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/argp-standalone.git

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

const argp_dependency = b.dependency("argp_standalone", .{
    .target = target,
    .optimize = optimize,
});
your_exe.root_module.linkLibrary(argp_dependency.artifact("argp"));

About

argp-standalone ported to the zig build system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published