jackline: avoid ocaml 5

This commit is contained in:
Hannes Mehnert 2023-09-25 21:42:01 +02:00
parent 1324abc7bd
commit 2ac197c2bc

View file

@ -26,7 +26,7 @@ homepage: "https://github.com/hannesm/jackline"
bug-reports: "https://github.com/hannesm/jackline/issues"
depends: [
"dune" {>= "2.5"}
"ocaml" {>= "4.08"}
"ocaml" {>= "4.08" & < "5.0.0"}
"ppx_sexp_conv" {build}
"ppx_deriving" {>= "0.14.0"}
"erm_xmpp" {> "0.3"}