this repo has no description

Merge pull request #22829 from mseri/fix-vector

vector3 0.2.1 is not compatible with ocaml5

Kate d401c34c be34cc34

Changed files
+1 -1
packages
vector3
vector3.0.2.1
+1 -1
packages/vector3/vector3.0.2.1/opam
···
["ocamlfind" "remove" "vector3"]
]
depends: [
-
"ocaml"
+
"ocaml" {< "5.0"}
"ocamlfind"
"ocamlbuild" {build}
]