1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
opam-version: "1"
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"
dev-repo: "http://erratique.ch/repos/react.git"
bug-reports: "https://github.com/dbuenzli/react/issues"
tags: [ "reactive" "declarative" "signal" "event" "frp" "org:erratique" ]
license: "BSD3"
depends: ["ocamlfind"]
ocaml-version: [>= "3.11.0"]
build:
[
[ "ocaml" "pkg/git.ml" ]
[ "ocaml" "pkg/build.ml" "native=%{ocaml-native}%"
"native-dynlink=%{ocaml-native-dynlink}%" ]
]
|