opam-version: "2.0" maintainer: "Daniel Bünzli " homepage: "http://erratique.ch/software/react" authors: ["Daniel Bünzli "] doc: "http://erratique.ch/software/react/doc/React" tags: [ "reactive" "declarative" "signal" "event" "frp" ] license: "BSD-3-Clause" depends: [ "ocaml" {>= "3.11.0"} "ocamlfind" "ocamlbuild" {build} ] build: [ ["./pkg/pkg-git" ] ["./pkg/build" "true" ] ] 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. React is made of a single, independent, module and distributed under the BSD3 license.""" url { src: "http://erratique.ch/software/react/releases/react-1.0.0.tbz" checksum: [ "sha256=dd7dd227930fa8a57514e570d182dca31ad71bf210a3e5247c9721330f22e10b" "md5=28dffef441f84d626829a812c675bc6d" ] }