Skip to content

allyourcodebase/picohttpparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

picohttpparser

This is picohttpparser packaged for Zig

Installation

Use zig fetch:

zig fetch --save git+https://github.com/allyourcodebase/picohttpparser#master

You can then import picohttpparser in your build.zig:

const picohttpparser = b.dependency("picohttpparser", .{
    .target = target,
    .optimize = optimize,
});

your_exe.addIncludePath(picohttpparser.path("."));
your_exe.linkLibrary(picohttpparser.artifact("picohttpparser"));

About

picohttpparser ported to the Zig build system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages