#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

#57 in Build Utils

Download history 1019/week @ 2024-03-13 1083/week @ 2024-03-20 106/week @ 2024-03-27 633/week @ 2024-04-03 1010/week @ 2024-04-10 504/week @ 2024-04-17 489/week @ 2024-04-24 466/week @ 2024-05-01 348/week @ 2024-05-08 455/week @ 2024-05-15 333/week @ 2024-05-22 179/week @ 2024-05-29 302/week @ 2024-06-05 394/week @ 2024-06-12 480/week @ 2024-06-19 497/week @ 2024-06-26

1,696 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–20MB
~289K SLoC