opam-version: "2.0"
maintainer: "rudi.grinberg@gmail.com"
authors: ["Thibault Suzanne" "Gabriel Scherer" "Rudi Grinberg"]
homepage: "https://github.com/rgrinberg/ocaml-hamt"
bug-reports: "https://github.com/rgrinberg/ocaml-hamt/issues"
license: "MIT"
dev-repo: "git+https://github.com/rgrinberg/ocaml-hamt.git"
build: [
  [make "configure"]
  [make "build"]
  [make "doc"] {with-doc}
]
install: [make "install"]
remove: ["ocamlfind" "remove" "hamt"]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
synopsis: "Hash Array Mapped Tries"
description: """
HAMT data structure implemented in OCaml

http://gallium.inria.fr/blog/implementing-hamt-for-ocaml/"""
flags: light-uninstall
url {
  src: "https://github.com/rgrinberg/ocaml-hamt/archive/1.0.0.tar.gz"
  checksum: "md5=47b2625ffcede0652d0e9b4e2ba13722"
}
