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/api/patricia-tree/" doc: "https://codex.top/api/patricia-tree/" bug-reports: "https://github.com/codex-semantics-library/patricia-tree/issues" depends: [ "ocaml" {>= "4.14"} "dune" {>= "3.0"} "qcheck-core" {>= "0.21.2" & with-test} "ppx_inline_test" {>= "v0.16.0" & with-test} "mdx" {>= "2.4.1" & with-test} "odoc" {>= "2.4.0" & with-doc} "sherlodoc" {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.10.0/patricia-tree-0.10.0.tbz" checksum: [ "sha256=10b4d793f5b8d30ce8ee072624134595040949b9653079cf3431c64f1fd29dc6" "sha512=608a735220a5dde2c5674719d0c1fc29714436147fbc0d30b58adf75b95b883e561004ca98f9091b319d2432d728fb84b026a5431d93414005803e3059d13061" ] } x-commit-hash: "b9b6c645a91a581d2705bb86f09c9ca8aef8353c"