this repo has no description

Merge pull request #22034 from kit-ty-kate/fix-17

inotify < 2.4 is not compatible with OCaml 5.0 (uses oasis)

Kate 8db40e01 e8e273e9

Changed files
+3 -3
packages
inotify
inotify.2.1
inotify.2.2
inotify.2.3
+1 -1
packages/inotify/inotify.2.1/opam
···
["ocamlfind" "remove" "inotify"]
]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"base-unix"
"base-bytes"
"ocamlfind" {build}
+1 -1
packages/inotify/inotify.2.2/opam
···
["ocamlfind" "remove" "inotify"]
]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"base-unix"
"base-bytes"
"ocamlfind" {build}
+1 -1
packages/inotify/inotify.2.3/opam
···
["ocamlfind" "remove" "inotify"]
]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"base-unix"
"base-bytes"
"ocamlfind" {build}