opam-version: "2.0"
maintainer: "abe@sf.ecei.tohoku.ac.jp"
authors: [ "Akinori ABE <abe@sf.ecei.tohoku.ac.jp>" ]
license: "MIT"
homepage: "https://github.com/akabe/ppx_bigarray"
dev-repo: "git+https://github.com/akabe/ppx_bigarray.git"
bug-reports: "https://github.com/akabe/ppx_bigarray/issues"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
install: ["ocaml" "setup.ml" "-install"]
remove: [
  ["ocamlfind" "remove" "ppx_bigarray"]
]
depends: [
  "ocaml" {>= "4.02.1" & < "4.03"}
  "ocamlfind" {>= "1.5.0"}
  "ocamlbuild" {build}
]
depopts: [
  "base-bigarray"
  "ounit"
]
synopsis: "A PPX extension for big array literals"
flags: light-uninstall
url {
  src: "https://github.com/akabe/ppx_bigarray/archive/v0.0.0.tar.gz"
  checksum: "md5=6009dbb9eae880f027b9667bd3b65185"
}
