opam-version: "2.0" synopsis: "A binary tree implementation" description: "bin-tree is a OCaml library providing a simple binary tree implementation." maintainer: ["Bryan (Ahhj93)"] authors: ["Bryan (Ahhj93)"] license: "MIT" tags: ["binary_tree" "algorithm" "tree" "data_structure"] homepage: "https://github.com/Ahhj93/bin_tree" doc: "https://ahhj93.github.io/bin_tree/" bug-reports: "https://github.com/Ahhj93/bin_tree/issues" depends: [ "ocaml" "dune" {>= "3.13"} "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/Ahhj93/bin_tree.git" url { src: "https://github.com/Ahhj93/bin_tree/releases/download/0.1/bin_tree-0.1.tbz" checksum: [ "sha256=1f3120d91da2ca2f22dec8c78b3f52fe23226d62959269f07c6ec5aa31c29dfe" "sha512=9d34ad9dc764ffd8010ffbceaa9505672908e9c03f05104d77c3987ff26f258599d3b41b791d6c010dbd43de723e1e807872a1c37ae48cf845cec8e400b76016" ] } x-commit-hash: "8095a0ab9142bf736b443541d593f96574432670"