opam-version: "2.0"
maintainer: "thomas@gazagnaire.org"
authors: [ "Louis Gesbert" "Thomas Gazagnaire" ]
license: "ISC"
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>="4.03.0"}
  "sexplib" {< "v0.15"}
  "ppx_sexp_conv" {>= "v0.9.0" & < "v0.15"}
  "dune" {>= "1.0"}
]
dev-repo: "git+https://github.com/mirage/ocaml-lazy-trie"
doc: "https://mirage.github.io/ocaml-lazy-trie/"
homepage: "https://github.com/mirage/ocaml-lazy-trie"
bug-reports: "https://github.com/mirage/ocaml-lazy-trie/issues"
synopsis: "Implementation of lazy prefix trees"
description: "Implementation of lazy prefix trees"
url {
  src:
    "https://github.com/mirage/ocaml-lazy-trie/releases/download/v1.2.0/lazy-trie-v1.2.0.tbz"
  checksum: "md5=480a4a13701392bd93bbd649afd7b9bb"
}
