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.4.0"} 18] 19 20synopsis: "Partially Ordered Maps for OCaml" 21 22description: """ 23POMAP supports creating and manipulating partially ordered maps in a purely 24functional and efficient way.""" 25url { 26 src: 27 "https://github.com/mmottl/pomap/releases/download/4.1.1/pomap-4.1.1.tbz" 28 checksum: [ 29 "sha256=e46b167f04e32183fa0c3b93306a6fa3cbe3cb7d3d4109bf2c9532141bacaa69" 30 "md5=3b550852c99fc2dc45db5bb53c3729b7" 31 ] 32}