opam-version: "2.0" maintainer: "Hugo Heuzard " homepage: "https://github.com/hhugo/reactiveData" authors: ["Hugo Heuzard "] tags: [ "reactive" "declarative" "signal" "event" "frp" ] license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" depends: [ "ocaml" {>= "3.11.0"} "ocamlfind" "react" {>= "1.0.0"} "ocamlbuild" {build} ] build: [ [ "ocaml" "pkg/build.ml" "native=true" "native-dynlink=true" ] ] dev-repo: "git+https://github.com/hhugo/reactiveData" synopsis: "Functional reactive programming with incremental changes in data structures" description: """ ReactiveData is an OCaml module for functional reactive programming (FRP) based on React. It adds support to incremental changes in data structures by reasoning on patches instead of absolute values.""" url { src: "https://github.com/hhugo/reactiveData/archive/0.1.tar.gz" checksum: [ "sha256=fc755843daaf3bdf1190d9fbfb63e760d4a0378dea2ae4da7b371b696c4cde14" "md5=777a68c27184dfbfb4fb7b881cb2ecc6" ] }