opam-version: "1.2"
version: "dev"

maintainer: "Hugo Heuzard <hugo.heuzard@gmail.com>"
authors: ["Hugo Heuzard <hugo.heuzard@gmail.com>"]
homepage: "https://github.com/ocsigen/reactiveData"
dev-repo: "https://github.com/ocsigen/reactiveData.git"
bug-reports: "https://github.com/ocsigen/reactiveData/issues"

doc:"http://ocsigen.github.io/reactiveData/dev/"

tags: [ "reactive" "declarative" "signal" "event" "frp" ]
license: "LGPL-3.0 with OCaml linking exception"

depends: ["ocamlfind" "react"]
build:
[
  [ "ocaml" "pkg/build.ml" "native=%{ocaml-native}%"
                           "native-dynlink=%{ocaml-native}%" ]
]
build-doc: ["ocamlbuild" "-use-ocamlfind" "src/api.docdir/index.html"]

available: ocaml-version >= "3.11.0"
