this repo has no description

Merge pull request #26243 from mseri/libevent

libevent < 0.9.0 is not compatible with ocaml 5

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}