Declarative events and signals for OCaml
Browse cluster: OCaml Systems and Utilities →React is an OCaml module for functional reactive programming that provides declarative events and signals to program with time-varying values. The library is built as a single, independent module and distributed under the ISC license. React does not define primitive events or signals itself; instead, it allows clients to choose their own concrete timeline. The project includes sample programs demonstrating its use, including a clock display and a breakout game implementation.