Merge pull request #23394 from kit-ty-kate/fix-220
ocsigenserver.3.0.0 is not compatible with OCaml 5.0 (uses String.copy)
Kate 2 years ago b3064b0b e199a880
··· 38 38 ] 39 39 install: [make "install"] 40 40 depends: [ 41 41 - "ocaml" {>= "4.08.1"} 41 41 + "ocaml" {>= "4.08.1" & < "5.0.0"} 42 42 "ocamlfind" 43 43 "base-unix" 44 44 "base-threads"