this repo has no description
0
fork

Configure Feed

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

Upgrade to OCaml 5

authored by

Thibaut Mattio and committed by
Ulysse Gérard
68c69dda 487d3cd1

+4 -4
+4 -4
merlin-js.opam
··· 10 10 ["dune" "build" "-p" name "-j" jobs] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "4.14" & < "5.00"} 14 - "dune" {>= "2.9.0"} 13 + "ocaml" {>= "5.0"} 14 + "dune" {>= "3.0"} 15 15 "merlin-lib" 16 16 "yojson" {>= "1.6.0"} 17 - "js_of_ocaml" {>= "4.0.0"} 18 - "js_of_ocaml-ppx" {>= "4.0.0"} 17 + "js_of_ocaml" {>= "5.0.0"} 18 + "js_of_ocaml-ppx" {>= "5.0.0"} 19 19 "brr" {>= "0.0.4"} 20 20 "ppx_blob" {>= "0.7.2"} 21 21 "code-mirror"