package cumulus

  1. Overview
  2. Docs
Differential FRP based on the React library

Install

Authors

Maintainers

Sources

cumulus-v0.0.1.tbz
sha256=f8b36587ef1cd547541e16fceb7b81cc1bbed26325200e51248564d094beff25
sha512=5515aff4a852decb9e9a078aa6692eb6c2d7108d55b3385396faa7f55f5d5af9c510911608e0f5a3e24ce736fe0742dd227bcc683eb56b45890495f38da5ac0e

Description

Cumulus defines a signal-like type, which facilitates differential updates of the underlying value. When a cumulus signal is changed, it emits a patch along with the new value, allowing consumers to integrate it into an existing value rather than rebuilding its value from scratch. Cumulus is based on the React FRP library.

Published: 22 Oct 2020

Dependencies (3)

  1. ocaml >= "4.08.1"
  2. react
  3. dune >= "2.5"

Dev Dependencies

None

Used by

None

Conflicts

None