opam-version: "2.0" maintainer: "Markus Mottl " authors: [ "Markus Mottl " ] 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: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.04"} "dune" {>= "1.1.0"} ] 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.1.0/pomap-4.1.0.tbz" checksum: [ "sha256=a2eeadf8fe6214a804beafba3bdd655a3ef2258d79d69788fdbf4b3a106ae72f" "md5=403ddb1ee06bee150270ba1bd14d1ab8" ] }