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