febusy
Embedded build system library
Description
Febusy is a library which, through a monadic API, allows one to build a dependency graph between effectful computations while keeping track of their products, a.k.a. “build artifacts.”
For now, one can run the builds sequentially with the Febusy.Edsl.Make_unix
module but the build-artifacts are still properly kept track of between runs
with “state” files.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 04 Oct 2018
- Authors
- Maintainers
Sources
Dependencies
Reverse Dependencies