this repo has no description

Merge pull request #22600 from dbuenzli/brr-jsoo-4.1

Remove upper bound of brr on jsoo

Changed files
+3 -2
packages
brr
brr.0.0.3
+3 -2
packages/brr/brr.0.0.3/opam
···
depends: ["ocaml" {>= "4.08.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
+
"js_of_ocaml" {>= "4.0.0"}
"js_of_ocaml-compiler" {>= "4.0.0"}
-
"js_of_ocaml-toplevel" {>= "4.0.0" & < "4.1.0"}
+
"js_of_ocaml-toplevel" {>= "4.0.0"}
"note"]
build: [["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]]
url {
···
* Interfaces to a selection of browser APIs.
* Note based reactive support (optional and experimental).
-
* An OCaml console developer tool for live interaction
+
* An OCaml console developer tool for live interaction
with programs running in web pages.
* A JavaScript FFI for idiomatic OCaml programming.