Skip to content

Commit d401c34

Browse files
authored
Merge pull request ocaml#22829 from mseri/fix-vector
vector3 0.2.1 is not compatible with ocaml5
2 parents be34cc3 + ac37822 commit d401c34

File tree

1 file changed

+1
-1
lines changed
  • packages/vector3/vector3.0.2.1

1 file changed

+1
-1
lines changed

packages/vector3/vector3.0.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ remove: [
1515
["ocamlfind" "remove" "vector3"]
1616
]
1717
depends: [
18-
"ocaml"
18+
"ocaml" {< "5.0"}
1919
"ocamlfind"
2020
"ocamlbuild" {build}
2121
]

0 commit comments

Comments
 (0)