this repo has no description

libevent < 0.9.0 is not compatible with ocaml 5

Followup to https://github.com/ocaml/opam-repository/pull/26241

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+2 -2
packages
libevent
libevent.0.7.0
libevent.0.8.0
+1 -1
packages/libevent/libevent.0.7.0/opam
···
[make "install"]
]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlfind" {build}
"conf-libevent" {build}
]
+1 -1
packages/libevent/libevent.0.8.0/opam
···
[make "install"]
]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlfind" {build}
"base-unix"
"conf-libevent" {build}