this repo has no description
1opam-version: "2.0"
2maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
3homepage: "http://erratique.ch/software/react"
4authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"]
5doc: "http://erratique.ch/software/react/doc/React"
6dev-repo: "git+http://erratique.ch/repos/react.git"
7bug-reports: "https://github.com/dbuenzli/react/issues"
8tags: [ "reactive" "declarative" "signal" "event" "frp" "org:erratique" ]
9license: "ISC"
10depends: [
11 "ocaml" {>= "4.01.0" & < "5.0"}
12 "ocamlfind" {build}
13 "ocamlbuild" {build}
14 "topkg" {build & >= "0.9.0"}
15]
16build:
17[[ "ocaml" "pkg/pkg.ml" "build"
18 "--dev-pkg" "%{pinned}%" ]]
19synopsis: "Declarative events and signals for OCaml"
20description: """
21Release %%VERSION%%
22
23React is an OCaml module for functional reactive programming (FRP). It
24provides support to program with time varying values : declarative
25events and signals. React doesn't define any primitive event or
26signal, it lets the client chooses the concrete timeline.
27
28React is made of a single, independent, module and distributed under
29the ISC license."""
30url {
31 src: "http://erratique.ch/software/react/releases/react-1.2.1.tbz"
32 checksum: [
33 "sha256=7b2c5c078cc659dcd2202e5d89628df592c5e843b7e8f357b63db5f6d2e148aa"
34 "md5=ce1454438ce4e9d2931248d3abba1fcc"
35 ]
36}