package reactiveData

  1. Overview
  2. Docs
Functional reactive programming with incremental changes in data structures

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=777a68c27184dfbfb4fb7b881cb2ecc6

Description

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 (4)

  1. ocamlbuild build
  2. react >= "1.0.0"
  3. ocamlfind
  4. ocaml >= "3.11.0"

Dev Dependencies

None

Used by (2)

  1. eliom >= "4.1.0" & < "5.0.0"
  2. ketrew = "2.0.0"

Conflicts

None