opam-version: "2.0"
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
homepage: "http://erratique.ch/software/react"
authors: ["Daniel Bünzli <daniel.buenzl 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" & < "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
build: 
[
  [ "ocaml" "pkg/git.ml" ]
  [ "ocaml" "pkg/build.ml" "native=true"           # TODO FIXME
                           "native-dynlink=true" ] # TODO FIXME
]
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.1.0.tbz"
  checksum: "md5=a406bc1913690f67a8c9586371c169cd"
}
