mirror of
https://github.com/elysium-os/fabricate.git
synced 2026-07-08 17:57:42 +02:00
Simple yet powerful meta buildsystem
- Rust 68%
- Lua 29.1%
- Nix 2.9%
| .github/workflows | ||
| docs | ||
| src | ||
| .gitignore | ||
| .luarc.json | ||
| .rustfmt.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
Fabricate (Fab for short)
Fabricate is a meta buildsystem with the purpose of giving you (the programmer) as much control over the build process as possible. Fabricate uses lua as its configuration language and ninja as the backend.
Documentation
The documentation can be found in the docs/ directory and built with mdbook. They are also built by CI and available on github pages at https://elysium-os.github.io/fabricate/.