dbuenzli / react

Declarative events and signals for OCaml
http://erratique.ch/software/react
ISC License
134 stars 14 forks source link

React — Declarative events and signals for OCaml

Release %%VERSION%%

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.

React is made of a single, independent, module and distributed under the ISC license.

Homepage: http://erratique.ch/software/react

Installation

React can be installed with opam:

opam install react

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is automatically generated by from the source interfaces. It can be consulted online or via odig doc react.

Sample programs

If you installed React with opam sample programs are located in the directory opam var react:doc.

In the distribution sample programs are located in the test directory of the distribution. They can be built with:

ocamlbuild -use-ocamlfind test/tests.otarget

The resulting binaries are in _build/test.