opam-version: "2.0"
maintainer: "unixjunkie@sdf.org"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "vector3"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/HappyCrow/vector3"
install: ["ocaml" "setup.ml" "-install"]
synopsis:
  "module for 3D vectors (implemented as records of x, y and z floats)"
flags: light-uninstall
url {
  src: "https://github.com/HappyCrow/vector3/archive/v0.2.tar.gz"
  checksum: "md5=d2da46052996a510373fcfda0c762949"
}
