this repo has no description
1opam-version: "2.0" 2maintainer: "Max Mouratov <mmouratov@gmail.com>" 3homepage: "https://github.com/cakeplus/pa_comprehension/" 4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5build: [ 6 ["ocaml" "setup.ml" "-configure"] 7 ["ocaml" "setup.ml" "-build"] 8] 9depends: [ 10 "ocaml" {< "5.0"} 11 "ocamlfind" 12 "camlp4" 13 "batteries" 14 "ocamlbuild" {build} 15] 16dev-repo: "git+https://github.com/cakeplus/pa_comprehension" 17install: ["ocaml" "setup.ml" "-install"] 18synopsis: "Syntax extension for comprehension expressions" 19available: [os != "win32"] 20url { 21 src: 22 "https://github.com/ocaml/opam-source-archives/raw/main/pa_comprehension.0.4.tar.gz" 23 checksum: [ 24 "sha256=a3ce524e3b7e069a01143d72c85bf8d63594ca3c5c4bbda32dbfd3cca1b56e58" 25 "md5=d1e6dc22c129d4a5cbc6fd848724be25" 26 ] 27}