opam-version: "2.0"
maintainer: "unixjunkie@sdf.org"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "itv-tree"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/UnixJunkie/interval-tree"
install: ["ocaml" "setup.ml" "-install"]
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)"""
flags: light-uninstall
url {
  src: "https://github.com/UnixJunkie/interval-tree/archive/v2.0.tar.gz"
  checksum: "md5=5dcc9b3eaa5e085c3507cf9785abcc45"
}
