functional reactive programming (FRP) for OCaml
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 BSD3 license.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

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