this repo has no description

Merge pull request #27403 from hhugo/prepare-jsoo-6

add ojs-base upper-bound on jsoo

Changed files
+1 -1
packages
ojs-base
ojs-base.0.6.0
+1 -1
packages/ojs-base/ojs-base.0.6.0/opam
···
depends: [
"ocaml" {>= "4.12.0"}
"ocamlfind" {build}
-
"js_of_ocaml" {>= "3.9.0"}
+
"js_of_ocaml" {>= "3.9.0" & < "6.0.0" }
"websocket" {>= "2.14"}
"websocket-lwt-unix" {>= "2.14"}
"lwt" {>= "5.4.0" & < "5.8.0"}