Skip to content

Commit

Permalink
Merge pull request ocaml#23399 from hannesm/conex-ocaml5
Browse files Browse the repository at this point in the history
conex 0.9.2 is not compatible with ocaml5 (uses Pervasives)
  • Loading branch information
kit-ty-kate authored Feb 23, 2023
2 parents 1444bfa + 783fa5a commit 3f793b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/conex/conex.0.9.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build: [
["ocaml" "pkg/pkg.ml" "test"] {with-test}
]
depends: [
"ocaml" {>= "4.03.0"}
"ocaml" {>= "4.03.0" & < "5.0.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}
Expand Down

0 comments on commit 3f793b1

Please sign in to comment.