React is an OCaml module for functional reactive programming (FRP). It provides support to program with time varying values : applicative events and signals. React doesn't define any primitive event or signal, this lets the client chooses the concrete timeline.
React is an OCaml module for functional reactive programming (FRP). It provides support to program with time varying values : applicative events and signals. React doesn't define any primitive event or signal, this lets the client chooses the concrete timeline.
To install ocaml-react, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-react
To see what files were installed by ocaml-react, run:
port contents ocaml-react
To later upgrade ocaml-react, run:
sudo port selfupdate && sudo port upgrade ocaml-react
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.