this repo has no description

libevent: add constraint on ocaml

Changed files
+1 -1
packages
libevent
libevent.0.8.1
+1 -1
packages/libevent/libevent.0.8.1/opam
···
[make "install"]
]
depends: [
-
"ocaml" {>= "4.02.0"}
"ocamlfind" {build}
"base-unix"
"base-bytes" {with-test}
···
[make "install"]
]
depends: [
+
"ocaml" {>= "4.02.0" & < "5.0"}
"ocamlfind" {build}
"base-unix"
"base-bytes" {with-test}