opam-version: "2.0" synopsis: "Patricia Tree data structure in OCaml for maps and sets. Supports generic key-value pairs" maintainer: ["Dorian Lesbre "] authors: [ "Matthieu Lemerre " "Dorian Lesbre " ] license: "LGPL-2.1-only" homepage: "https://codex.top/patricia-tree/" doc: "https://codex.top/patricia-tree/" bug-reports: "https://github.com/codex-semantics-library/patricia-tree/issues" depends: [ "ocaml" {>= "4.14"} "zarith" {>= "1.13"} "dune" {>= "2.7"} "qcheck-core" {>= "0.21.2" & with-test} "ppx_inline_test" {>= "v0.16.0" & with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/codex-semantics-library/patricia-tree.git" url { src: "https://github.com/codex-semantics-library/patricia-tree/releases/download/v0.9.0/patricia-tree-0.9.0.tbz" checksum: [ "sha256=a1c431db349146feec0c4c454adf43a9065cc644a9ed10c58be4a5e6f569ca3d" "sha512=0c715ecd53321e9d2551ccbe655fc5725e6eba1396e985525161f34c4dfe3d0f1e9a550e55e7ec0612eb37ae606194600da90f2efc1e4fb5f67ac96247432339" ] } x-commit-hash: "a15fd857e1f719169179c1ef3097f12f89a5d012"