Skip to content

Latest commit

 

History

414 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

editline

This is editline, packaged for Zig.

How to use it

First, update your build.zig.zon:

zig fetch --save https://github.com/allyourcodebase/editline.git

Next, add this snippet to your build.zig script:

const editline_dep = b.dependency("editline", .{
    .target = target,
    .optimize = optimize,
});
your_compilation.linkLibrary(editline_dep.artifact("editline"));

This will provide a editline as a static library to your_compilation.

About

editline ported to the zig build system

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Contributors

Languages