Merge pull request #24476 from jonahbeckford/patch-1
diskuvbox.0.1.1 does not work with ocaml.5.1+
Marcello Seri 2 years ago 5b84ca61 af873b72
··· 10 10 depends: [ 11 11 "dune" {>= "2.9"} 12 12 "odoc" {>= "1.5.3" & with-doc} 13 13 - "ocaml" {>= "4.10.0"} 13 13 + "ocaml" {>= "4.10.0" & < "5.1"} 14 14 "ppx_deriving" {>= "5.2.1"} 15 15 "bos" {>= "0.2.0"} 16 16 "fmt" {>= "0.8.9"}