bam 0.5.1
Fast and flexible build system
Bam is a fast and flexible build system. Bam uses Lua to describe the build process. It takes its inspiration for the script files from scons. While scons focuses on being 100% correct when building, bam makes a few sacrifices to acquire fast full and incremental build times.
- Outputs:
out
- Website: https://matricks.github.io/bam/
- Licenses: Modified BSD
- Package source: gnu/packages/build-tools.scm
- Builds: See build status
- Issues: See known issues
Installation
Install bam 0.5.1
as follows:
guix install bam@0.5.1
Or install the latest version:
guix install bam
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.