#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

#48 in Build Utils

Download history 120/week @ 2024-01-20 65/week @ 2024-01-27 50/week @ 2024-02-03 139/week @ 2024-02-10 1048/week @ 2024-02-17 640/week @ 2024-02-24 977/week @ 2024-03-02 1417/week @ 2024-03-09 732/week @ 2024-03-16 808/week @ 2024-03-23 84/week @ 2024-03-30 1186/week @ 2024-04-06 713/week @ 2024-04-13 501/week @ 2024-04-20 365/week @ 2024-04-27 320/week @ 2024-05-04

2,212 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
~299K SLoC