opam-version: "2.0"
maintainer: "thomas@gazagnaire.org"
authors: [ "Louis Gesbert" "Thomas Gazagnaire" ]
license: "ISC"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
remove: [
  ["ocamlfind" "remove" "lazy-trie"]
]
depends: [
  "ocaml"
  "ocamlfind"
  "sexplib" {< "113.01.00"}
  "type_conv"
  "camlp4"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/mirage/ocaml-lazy-trie"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Implementation of lazy prefix trees"
flags: light-uninstall
url {
  src: "https://github.com/mirage/ocaml-lazy-trie/archive/1.1.0.tar.gz"
  checksum: "md5=fa81f0115109346a4315d885537fbfaa"
}
