this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

add ojs-base upper-bound on jsoo

authored by

Marcello Seri and committed by
GitHub
48bb4384 80ab6950

+1 -1
+1 -1
packages/ojs-base/ojs-base.0.6.0/opam
··· 11 11 depends: [ 12 12 "ocaml" {>= "4.12.0"} 13 13 "ocamlfind" {build} 14 - "js_of_ocaml" {>= "3.9.0"} 14 + "js_of_ocaml" {>= "3.9.0" & < "6.0.0" } 15 15 "websocket" {>= "2.14"} 16 16 "websocket-lwt-unix" {>= "2.14"} 17 17 "lwt" {>= "5.4.0" & < "5.8.0"}