opam-version: "2.0"
maintainer: "zandoye@gmail.com"
authors: [ "ZAN DoYe" ]
homepage: "https://github.com/kandu/trie/"
bug-reports: "https://github.com/kandu/trie/issues"
license: "MIT"
synopsis: "Strict impure trie tree"
dev-repo: "git://github.com/kandu/trie"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.02"}
  "dune" {>= "1.0"}
]
synopsis: "Implementation of strict impure trie tree"
