description Functional reactive progreamming for OCaml
long_description 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.
homepage http://erratique.ch/software/react
master_sites http://erratique.ch/software/react/releases/
distname react-${version}
depends_build port:ocaml-findlib
checksums rmd160 07a2621d5bef6c6509b80d7385393fbcded5139c \
sha256 887aaea9191870bc0f37f945c02ec4c90497d949cd4dedc3d565c3fbec7ad04e
system -W ${worksrcpath} "${ocaml} pkg/git.ml"
system -W ${worksrcpath} "${ocaml} pkg/build.ml native=true native-dynlink=true"
livecheck.url http://erratique.ch/software/react/releases/
livecheck.regex react-(\[0-9.\]+)${extract.suffix}
set docdir ${destroot}${prefix}/share/doc/${name}
set libdir ${destroot}${ocamlfind_dir}/react
xinstall -m 0755 -d ${docdir} ${libdir}
xinstall -m 0644 -W ${worksrcpath}/_build \
xinstall -m 0644 -W ${worksrcpath}/_build \