···
2
+
synopsis: "Browser programming toolkit for OCaml"
4
+
Brr is a toolkit for programming browsers in OCaml with the
5
+
[`js_of_ocaml`][jsoo] compiler. It provides:
7
+
* Interfaces to a selection of browser APIs.
8
+
* Note based reactive support (optional and experimental).
9
+
* An OCaml console developer tool for live interaction
10
+
with programs running in web pages.
11
+
* A JavaScript FFI for idiomatic OCaml programming.
13
+
Brr is distributed under the ISC license. It depends on [Note][note]
14
+
and on the `js_of_ocaml` compiler and runtime – but not on its
15
+
libraries or syntax extension.
17
+
[note]: https://erratique.ch/software/note
18
+
[jsoo]: https://ocsigen.org/js_of_ocaml
20
+
Homepage: https://erratique.ch/software/brr"""
21
+
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
22
+
authors: "The brr programmers"
23
+
license: ["ISC" "BSD-3-Clause"]
24
+
tags: ["reactive" "declarative" "frp" "front-end" "browser" "org:erratique"]
25
+
homepage: "https://erratique.ch/software/brr"
26
+
doc: "https://erratique.ch/software/brr/doc/"
27
+
bug-reports: "https://github.com/dbuenzli/brr/issues"
29
+
"ocaml" {>= "4.08.0"}
31
+
"ocamlbuild" {build}
32
+
"js_of_ocaml-compiler" {>= "4.1.0"}
33
+
"js_of_ocaml-toplevel" {>= "4.1.0"}
36
+
build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
37
+
dev-repo: "git+https://erratique.ch/repos/brr.git"
39
+
src: "https://erratique.ch/software/brr/releases/brr-0.0.5.tbz"
41
+
"sha512=5f91f33e8d41e47617bb31295458a8b69b520a40ea24f5ceab28f4c9e8ca85c5535e7ec8820929fd0dbbbd00f5bdc55a49d8533880721d066f15b025e204775f"