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] 9remove: [["ocamlfind" "remove" "pa_where"]] 10depends: [ 11 "ocaml" {< "5.0"} 12 "ocamlfind" 13 "camlp4" 14 "ocamlbuild" {build} 15] 16dev-repo: "git+https://github.com/cakeplus/pa_where" 17install: ["ocaml" "setup.ml" "-install"] 18synopsis: "Backward declaration syntax" 19description: """ 20Pa_where provides a syntax for backward declarations (allowing a 21top-to-bottom declarative style), using the "where" keyword. 22Local definitions in expressions and toplevel definitions are both supported.""" 23available: [os != "win32"] 24flags: light-uninstall 25url { 26 src: 27 "https://github.com/ocaml/opam-source-archives/raw/main/pa_where-0.4.tar.gz" 28 checksum: [ 29 "sha256=4518bd9f5f6bcfa699d41febdf6a55328489fbc5c678e209294c070acbbe00e7" 30 "md5=714f53dde03930b06caa6d0981b69a29" 31 ] 32}