#build-system #ninja-build #build-tool #declarative #correct #projects #file

build laze

A declarative build system for C projects aiming to be simple, fast and correct

21 releases

0.1.21 Feb 13, 2024
0.1.18 Dec 18, 2023
0.1.17 Oct 6, 2023
0.1.15 Jan 17, 2023
0.1.2 Mar 8, 2021

#42 in Build Utils

Download history 215/week @ 2024-01-04 84/week @ 2024-01-11 42/week @ 2024-01-18 107/week @ 2024-01-25 42/week @ 2024-02-01 165/week @ 2024-02-08 441/week @ 2024-02-15 959/week @ 2024-02-22 959/week @ 2024-02-29 1297/week @ 2024-03-07 1004/week @ 2024-03-14 932/week @ 2024-03-21 117/week @ 2024-03-28 763/week @ 2024-04-04 960/week @ 2024-04-11 482/week @ 2024-04-18

2,330 downloads per month

Apache-2.0

205KB
5K SLoC

CI Dependency Status Coverage Status Packaging status latest packaged version(s)

Introduction

Welcome to laze, a ninja build file generator. Aspires to be the next goto-alternative to make.

Installation

Install the ninja build tool using your distro's package manager, then install laze using cargo:

$ cargo install laze

Getting started

$ laze -C examples/hello-world build run

Documentation

Please take a look at the manual. It is still incomplete, but being worked on.

License

laze is licensed under the terms of the Apache License (Version 2.0).

Dependencies

~11–21MB
~303K SLoC