opam-version: "2.0"
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
homepage: "http://erratique.ch/software/react"
authors: ["Daniel Bünzli <daniel.buenzli i@erratique.ch>"]
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: "md5=28dffef441f84d626829a812c675bc6d"
}
