opam-version: "2.0"
maintainer: "Leonid Rozenberg <leonidr@gmail.com>"
authors: "Leonid Rozenberg <leonidr@gmail.com>"
homepage: "https://github.com/rleonid/bau/"
bug-reports: "https://github.com/rleonid/bau/issues"
license: "Apache-2.0"
dev-repo: "git+https://github.com/rleonid/bau.git"
build: [make]
install: [make "install"]
remove: ["ocamlfind" "remove" "bau"]
depends: [
  "ocaml" {>= "4.03.0" & < "4.05"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
synopsis: "Bigarray utilities"
description: """
A hodge-podge of capabilities to make working with Bigarrays easier.
This is a Work-In-Progress so the final feature set might change, but
currently there is support for:
- Better pretty printing
- Random generators
- Creating faster folds/iters"""
flags: light-uninstall
url {
  src: "http://github.com/rleonid/bau/archive/0.0.3.tar.gz"
  checksum: "md5=461aa6152098a812e216119b261c6411"
}
