package reactiveData

  1. Overview
  2. Docs
Declarative events and signals for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.tar.gz
md5=ecafae07f46cefa1cc5ef1ca176eba95
sha256=29e6fd520a839b04b0fdfbb71766ac1b0d78c39de17722460bd15718affc4bf6

Description

React is an OCaml module for functional reactive programming (FRP). It provides support to program with time varying values : declarative events and signals. React doesn't define any primitive event or signal, it lets the client chooses the concrete timeline.

README

README.md

Reactive Data

Functional reactive programming with incremental changes in data structures

ReactiveData is an OCaml module for functional reactive programming (FRP) based on React. It adds support to incremental changes in data structures by reasoning on patches instead of absolute values.

Dependencies (3)

  1. react >= "1.2.1" & < "1.3"
  2. dune >= "1.0"
  3. ocaml >= "4.08"

Dev Dependencies

None

Used by (3)

  1. eliom >= "4.1.0" & != "5.0.0"
  2. js_of_ocaml-tyxml
  3. ketrew >= "2.0.0"

Conflicts

None