Merge pull request #21918 from kit-ty-kate/fix-129
magic-mime.1.0.0 is not compatible with OCaml 5.0 (uses oasis)
Kate 3 years ago fa7dbef3 55ec9347
··· 12 12 install: [make "install"] 13 13 remove: ["ocamlfind" "remove" "magic-mime"] 14 14 depends: [ 15 15 - "ocaml" 15 15 + "ocaml" {< "5.0"} 16 16 "ocamlfind" {build} 17 17 "ocamlbuild" {build} 18 18 ]