opam-version: "2.0" maintainer: "unixjunkie@sdf.org" authors: ["Francois Berenger"] homepage: "https://github.com/UnixJunkie/interval-tree" dev-repo: "git+https://github.com/UnixJunkie/interval-tree" bug-reports: "https://github.com/UnixJunkie/interval-tree/issues" license: "BSD-3-Clause" depends: [ "ocaml" "dune" {>= "1.11"} ] build: [ ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} ] ] synopsis: "Float intervals tree library" description: """ interval tree for float intervals, you can create a tree once then query it many times (queries are fast)""" url { src: "https://github.com/UnixJunkie/interval-tree/archive/v2.2.tar.gz" checksum: [ "sha256=204528c090f55f8c5a1fcb9b3fd501c5500bbd5ddba523c475986db1b03ac544" "md5=9e794444e840be1db8987687857a36da" ] }