opam-version: "1"
maintainer: "Hugo Heuzard <hugo.heuzard@gmail.com>"
homepage: "https://github.com/hhugo/reactiveData"
authors: ["Hugo Heuzard <hugo.heuzard@gmail.com>"]
tags: [ "reactive" "declarative" "signal" "event" "frp" ]
license: "LGPL-3.0 with OCaml linking exception"
depends: ["ocamlfind" "react"]
ocaml-version: [>= "3.11.0"]
build:
[
  [ "ocaml" "pkg/build.ml" "native=%{ocaml-native}%"
                           "native-dynlink=%{ocaml-native}%" ]
]
