#build-system #build #august

build august-build

Task-based build system with a custom syntax and focus on paralellism for all your artifact construction needs

13 unstable releases (6 breaking)

0.7.0 Feb 1, 2025
0.6.2 Nov 19, 2024
0.6.1 Aug 31, 2024
0.5.0 Jan 26, 2024
0.4.0 Jul 23, 2023

#123 in Build Utils

Download history 1/week @ 2024-10-20 11/week @ 2024-11-03 177/week @ 2024-11-17 11/week @ 2024-11-24 3/week @ 2024-12-01 3/week @ 2024-12-08 64/week @ 2025-01-26 65/week @ 2025-02-02

129 downloads per month

MIT license

80KB
2K SLoC

August

crates.io Workflow Status License

August Logo

August is a task-based build system with a strong focus on parallelism.

Installation

The recommended installation method is via Cargo:

cargo install august-build --locked

To install from source:

git clone https://github.com/ScratchCat458/august-build
cd august-build
cargo install --locked --path .

Documentation

August's user documentation can be found at https://august-build.web.app. Internal docs can be found on docs.rs though everything is mostly undocumented.

If you use August in your project, you can add this badge to your README: Built with August

[![Built with August](https://img.shields.io/badge/built%20with-august-blueviolet)](https://github.com/ScratchCat458/august-build)

Dependencies

~7–17MB
~205K SLoC