Crates.io | laze |
lib.rs | laze |
version | 0.1.24 |
source | src |
created_at | 2021-01-06 23:03:45.517089 |
updated_at | 2024-09-13 08:27:40.806523 |
description | A declarative build system for C projects aiming to be simple, fast and correct |
homepage | https://laze-build.org |
repository | https://github.com/kaspar030/laze |
max_upload_size | |
id | 333455 |
size | 266,106 |
Welcome to laze, a ninja build file generator. Aspires to be the next goto-alternative to make.
Install the ninja build tool using your distro's package manager, then install laze using cargo:
$ cargo install laze
$ laze -C examples/hello-world build run
Please take a look at the manual. It is still incomplete, but being worked on.
laze is licensed under the terms of the Apache License (Version 2.0).