opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
authors: ["Daniel Bünzli"]
homepage: "http://erratique.ch/software/rtime"
build: [
  ["oasis" "setup"]
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "rtime"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "react"
  "ocamlbuild" {build}
  "oasis" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Module implementing timelines for React"
description: """
It manages time stamp events, delayed events and delayed signals along
timelines. A timeline is defined by an absolute notion of time
provided by the client. Running the timeline at the appropriate pace
is left to the client."""
flags: light-uninstall
url {
  src: "http://erratique.ch/software/rtime/releases/rtime-0.9.3.tbz"
  checksum: "md5=22dbba5868ab5a47c5452229e550e6aa"
}
