You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(license "LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception")
(source (github ocsigen/reactiveData))
(package
(name reactiveData)
(synopsis "Declarative events and signals for OCaml")
(description "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.")