This package browser is in early development. Mind the rough edges.

ocaml-react 1.2.2

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 choose the concrete timeline.

Installation

Install ocaml-react 1.2.2 as follows:

guix install ocaml-react@1.2.2

Or install the latest version:

guix install ocaml-react

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.