Crates.io | laze |
lib.rs | laze |
version | |
source | src |
created_at | 2021-01-06 23:03:45.517089 |
updated_at | 2024-12-12 13:56:25.753459 |
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 |
Cargo.toml error: | TOML parse error at line 27, column 1 | 27 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Welcome to laze, powerful meta build system designed to handle large build matrices of highly modular projects.
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).