this repo has no description

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 fa7dbef3 55ec9347

Changed files
+1 -1
packages
magic-mime
magic-mime.1.0.0
+1 -1
packages/magic-mime/magic-mime.1.0.0/opam
···
install: [make "install"]
remove: ["ocamlfind" "remove" "magic-mime"]
depends: [
-
"ocaml"
"ocamlfind" {build}
"ocamlbuild" {build}
]
···
install: [make "install"]
remove: ["ocamlfind" "remove" "magic-mime"]
depends: [
+
"ocaml" {< "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
]