laze

Crates.iolaze
lib.rslaze
version0.1.38
created_at2021-01-06 23:03:45.517089+00
updated_at2025-07-17 09:19:02.160227+00
descriptionA declarative build system for C projects aiming to be simple, fast and correct
homepagehttps://laze-build.org
repositoryhttps://github.com/kaspar030/laze
max_upload_size
id333455
size343,122
smithy-rs-server (github:awslabs:smithy-rs-server)

documentation

README

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

Introduction

Welcome to laze, powerful meta build system designed to handle large build matrices of highly modular projects.

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).

Commit count: 1481

cargo fmt