opam-version: "2.0"
maintainer: "Markus Mottl <markus.mottl@gmail.com>"
authors: [ "Markus Mottl <markus.mottl@gmail.com>" ]
license: "LGPL-2.1+ with OCaml 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: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]

depends: [
  "ocaml" {>= "4.04"}
  "dune" {build & >= "1.4.0"}
]

synopsis: "POMAP - Partially Ordered Maps for OCaml"

description: """
POMAP supports creating and manipulating partially ordered maps in a purely
functional and efficient way."""
