this repo has no description
0
fork

Configure Feed

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

Merge pull request #26935 from hhugo/prepare-jsoo.5.9

Add some constraints preparing the release of jsoo-5.9

authored by

Marcello Seri and committed by
GitHub
386c46ea 595a5de8

+3 -2
+2 -1
packages/ezjs_crypto/ezjs_crypto.0.1/opam
··· 10 10 "ocaml" {>= "4.05"} 11 11 "dune" {>= "2.0"} 12 12 "ezjs_min" {>= "0.2"} 13 + "js_of_ocaml-compiler" {>= "3.3.0" & < "5.9.0"} 13 14 ] 14 15 build: [ 15 16 ["dune" "subst"] {dev} ··· 32 33 "md5=aff005185a07842dc89989faf7dba12c" 33 34 "sha512=9d85adbe0a0f519dc333c19fe2ffe558938ed3bfbd33e2d05e80b85b12823ab197a734bac5542432753116f0c23f0f553b7b4719662aad587b0d38977231c97a" 34 35 ] 35 - } 36 + }
+1 -1
packages/js_of_ocaml/js_of_ocaml.3.3.0/opam
··· 17 17 "js_of_ocaml-compiler" {= version} 18 18 ] 19 19 conflicts: [ 20 - "ppx_tools_versioned" {<= "5.0beta0"} 20 + "ppx_tools_versioned" {< "5.0"} 21 21 ] 22 22 23 23 synopsis: "Compiler from OCaml bytecode to Javascript"