package reactiveData

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.1.tar.gz
md5=f4b175db6d8108a6276895af7ad58128

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.

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
  2. ocamlfind
  3. ocaml >= "3.11.0"

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