package febusy

  1. Overview
  2. No Docs
Embedded build system library

Install

Authors

Maintainers

Sources

febusy-0.0.0.tar.gz
md5=b2670e8b26e3d74139e9cd0b335c5424

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.

Published: 04 Oct 2018

Dependencies (5)

  1. rresult >= "0.3.0"
  2. sosa
  3. nonstd >= "0.0.2"
  4. jbuilder >= "1.0+beta20"
  5. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None