opam-version: "2.0" maintainer: "Max Mouratov " homepage: "https://github.com/cakeplus/pa_comprehension/" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" build: [ ["ocaml" "setup.ml" "-configure"] ["ocaml" "setup.ml" "-build"] ] depends: [ "ocaml" {< "5.0"} "ocamlfind" "camlp4" "batteries" "ocamlbuild" {build} ] dev-repo: "git+https://github.com/cakeplus/pa_comprehension" install: ["ocaml" "setup.ml" "-install"] synopsis: "Syntax extension for comprehension expressions" available: [os != "win32"] url { src: "https://github.com/ocaml/opam-source-archives/raw/main/pa_comprehension.0.4.tar.gz" checksum: [ "sha256=a3ce524e3b7e069a01143d72c85bf8d63594ca3c5c4bbda32dbfd3cca1b56e58" "md5=d1e6dc22c129d4a5cbc6fd848724be25" ] }