this repo has no description
1opam-version: "2.0"
2synopsis: "Declarative events and signals for OCaml"
3description: """\
4Note is an OCaml library for functional reactive programming (FRP). It
5provides support to program with time varying values: declarative
6events and signals.
7
8Note also has (optional and experimental) support for reactive browser
9programming with the [brr] library.
10
11Note is distributed under the ISC license.
12
13Homepage: <http://erratique.ch/software/note>
14
15[brr]: https://erratique.ch/software/brr"""
16maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
17authors: "The note programmers"
18license: "ISC"
19tags: [
20 "reactive" "declarative" "signal" "event" "frp" "org:erratique" "browser"
21]
22homepage: "https://erratique.ch/software/note"
23doc: "https://erratique.ch/software/note/doc/"
24bug-reports: "https://github.com/dbuenzli/note/issues"
25depends: [
26 "ocaml" {>= "4.08.0"}
27 "ocamlfind" {build}
28 "ocamlbuild" {build}
29 "topkg" {build & >= "1.0.3"}
30]
31depopts: ["brr"]
32conflicts: [
33 "brr" {< "0.0.6"}
34]
35build: [
36 "ocaml"
37 "pkg/pkg.ml"
38 "build"
39 "--dev-pkg"
40 "%{dev}%"
41 "--with-brr"
42 "%{brr:installed}%"
43]
44dev-repo: "git+https://erratique.ch/repos/note.git"
45url {
46 src: "https://erratique.ch/software/note/releases/note-0.0.3.tbz"
47 checksum:
48 "sha512=cd972d9066fc712625fd143f5bfe94f66d0c8c47adcd0c0dcde698cf7a88a4b8065bc6a39252916f7f2dd763d5c525a0826be9b33d564af5e260e1577b3e6d31"
49}
50x-maintenance-intent: ["(latest)"]