opam-version: "2.0"
maintainer: "Markus Mottl <markus.mottl@gmail.com>"
authors: [ "Markus Mottl <markus.mottl@gmail.com>" ]
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
homepage: "https://mmottl.github.io/pomap"
doc: "https://mmottl.github.io/pomap/api"
dev-repo: "git+https://github.com/mmottl/pomap.git"
bug-reports: "https://github.com/mmottl/pomap/issues"

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

depends: [
  "ocaml" {>= "4.04" & < "4.07.0"}
  "jbuilder" {>= "1.0+beta10"}
]
synopsis: "Partially Ordered Maps for OCaml"
description: """
POMAP supports creating and manipulating partially ordered maps in a purely
functional and efficient way."""
url {
  src:
    "https://github.com/mmottl/pomap/releases/download/4.0.0/pomap-4.0.0.tbz"
  checksum: "md5=ee7f9c232c07208c4e4c202393e726d7"
}
