this repo has no description
1opam-version: "2.0" 2maintainer: "Markus Mottl <markus.mottl@gmail.com>" 3authors: [ "Markus Mottl <markus.mottl@gmail.com>" ] 4license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 5homepage: "https://mmottl.github.io/pomap" 6doc: "https://mmottl.github.io/pomap/api" 7dev-repo: "git+https://github.com/mmottl/pomap.git" 8bug-reports: "https://github.com/mmottl/pomap/issues" 9 10build: [ 11 ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs] 13] 14 15depends: [ 16 "ocaml" {>= "4.04"} 17 "dune" {>= "1.1.0"} 18] 19synopsis: "Partially Ordered Maps for OCaml" 20description: """ 21POMAP supports creating and manipulating partially ordered maps in a purely 22functional and efficient way.""" 23url { 24 src: 25 "https://github.com/mmottl/pomap/releases/download/4.1.0/pomap-4.1.0.tbz" 26 checksum: [ 27 "sha256=a2eeadf8fe6214a804beafba3bdd655a3ef2258d79d69788fdbf4b3a106ae72f" 28 "md5=403ddb1ee06bee150270ba1bd14d1ab8" 29 ] 30}