react 1.0.1
Author | Daniel Bünzli <daniel.buenzl i@erratique.ch> | ||||
---|---|---|---|---|---|
License | BSD3 | ||||
Homepage | http://erratique.ch/software/react | ||||
Maintainer | Daniel Bünzli <daniel.buenzl i@erratique.ch> | ||||
Tags | reactive, declarative, signal, event and frp | ||||
Dependencies |
|
||||
OCaml | >= 3.11.0 | ||||
Published | Apr 21, 2014 | ||||
Source [http] |
http://erratique.ch/software/react/releases/react-1.0.1.tbz 24253985ab67643db1932737f292c998 |
||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/react/react.1.0.1/opam |
Declarative events and signals 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.