package archi-lwt

  1. Overview
  2. Docs
Lwt runtime for Archi, a library for managing the lifecycle of stateful components in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

archi-0.2.0.tbz
sha256=5b33fc94a73d211f6d7ccebe750ac52b03962029fc90e35bb47329de611799c0
sha512=f5fb600a19cd6d0022ae0f6519ee7473c773c32fb6cb15638b26a9a08c320ddfafd1a12e8ed3207727a7e8c893ef0ac6eadd57a0f8a935da40e79cabf86b11be

CHANGES.md.html

0.2.0 2022-05-23

  • archi: add Component.identitywhich creates a component whose value is its argument (#12)

  • archi: Expose Cycle_found errors instead of throwing (#13)

0.1.0 2020-05-07

  • Initial public release