Merge pull request #22829 from mseri/fix-vector
vector3 0.2.1 is not compatible with ocaml5
Kate 3 years ago d401c34c be34cc34
··· 15 ["ocamlfind" "remove" "vector3"] 16 ] 17 depends: [ 18 - "ocaml" 19 "ocamlfind" 20 "ocamlbuild" {build} 21 ]
··· 15 ["ocamlfind" "remove" "vector3"] 16 ] 17 depends: [ 18 + "ocaml" {< "5.0"} 19 "ocamlfind" 20 "ocamlbuild" {build} 21 ]