this repo has no description
1opam-version: "2.0" 2synopsis: "Module for 3D vectors (implemented as records of x, y and z floats)" 3maintainer: "unixjunkie@sdf.org" 4authors: "Francois Berenger" 5license: "BSD-3-Clause" 6homepage: "https://github.com/UnixJunkie/vector3" 7bug-reports: "https://github.com/UnixJunkie/vector3/issues" 8depends: [ 9 "ocaml" 10 "dune" {>= "2.9"} 11] 12build: ["dune" "build" "-p" name "-j" jobs] 13dev-repo: "git+https://github.com/HappyCrow/vector3" 14url { 15 src: "https://github.com/HappyCrow/vector3/archive/v1.0.0.tar.gz" 16 checksum: [ 17 "sha256=be3bdc44d9d8c22e3ed9ceebab467ae0500f77241f2da93e2dc606a917806e57" 18 "md5=ef20abb3d3fc85ff1c3e839cf691a53c" 19 ] 20}