opam-version: "2.0"
maintainer: "Leonid Rozenberg <leonidr@gmail.com>"
authors: "Leonid Rozenberg <leonidr@gmail.com>"
homepage: "https://github.com/rleonid/partition_map/"
dev-repo: "git+https://github.com/rleonid/partition_map.git"
bug-reports: "https://github.com/rleonid/partition_map/issues"
license: "Apache-2.0"

build: [
  [ "jbuilder" "subst" "-p" name] {pinned}
  [ "jbuilder" "build" "-p" name "-j" jobs "@install"]
]

depends: [
  "ocaml" {>= "4.06"}
  "jbuilder" {>= "1.0+beta19"}
  "bisect_ppx"
  "ocaml-migrate-parsetree" {< "2.0.0"}
]
synopsis: "Partition maps"
description: """
A partition map is a data structure to track associations where we
privilege merging above other operations."""
url {
  src: "https://github.com/rleonid/partition_map/archive/0.9.0.tar.gz"
  checksum: "md5=ff939b72760dd1dbd59a4ecf74e36617"
}
