opam-version: "2.0"
maintainer: "rudi.grinberg@gmail.com"
authors: [
  "Thibault Suzanne"
  "Gabriel Scherer"
  "Rudi Grinberg"
]
license: "MIT"

build: [
  [make "configure"]
  [make "all"]
  [make "doc"] {with-doc}
]
remove: [["ocamlfind" "remove" "hamt"]]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind"
  "oasis"
  "monomorphic"
  "ounit" {>= "1.0.2"}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/rgrinberg/ocaml-hamt"
install: [make "install"]
synopsis: "Hash Array Mapped Tries"
flags: light-uninstall
url {
  src: "https://github.com/rgrinberg/ocaml-hamt/archive/0.1.tar.gz"
  checksum: "md5=51f67ef806a08c1835566de208594565"
}
