opam-version: "2.0"
maintainer: "zandoye@gmail.com"
authors: [ "ZAN DoYe" ]
homepage: "https://bitbucket.org/zandoye/trie/"
bug-reports: "https://bitbucket.org/zandoye/trie/issues"
license: "MIT"
dev-repo: "hg+https://bitbucket.org/zandoye/trie"
build: [
  [make]
  [make "doc"] {with-doc}
]
install: [
  [make "install"]
  [make "DOCDIR=%{doc}%/trie" "install-doc"] {with-doc}
]
remove: [
  ["ocamlfind" "remove" "trie"]
  ["rm" "-rf" "%{doc}%/trie"]
]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "core_kernel" {< "v0.10"}
]
synopsis: "trie tree"
description: "Implementation of strict impure trie tree"
flags: light-uninstall
url {
  src: "https://bitbucket.org/zandoye/trie/get/0.1.1.tar.gz"
  checksum: "md5=a7460a1e9c1f1c94bb36b1ce48aea50f"
}
