Description
Builds software projects with the redo model, where small scripts describe how each generated file should be rebuilt. It is useful for developers who want a simple, scriptable alternative to larger build systems while keeping dependencies explicit.
This implementation is meant for terminal and automation workflows. Build scripts can run arbitrary commands from a project, so review files from untrusted repositories before executing them.