this repo has no description
1opam-version: "2.0" 2synopsis: "Idiomatic selective `open`s in OCaml" 3description: 4 "A ppx rewriter that provides idiomatic selective `open`s in OCaml." 5maintainer: ["ajo41@cam.ac.uk"] 6authors: ["Alistair O'Brien"] 7license: "MIT" 8homepage: "https://github.com/johnyob/ppx-open" 9bug-reports: "https://github.com/johnyob/ppx-open/issues" 10depends: [ 11 "ocaml" {>= "4.12.0" & < "4.13.0"} 12 "dune" {>= "2.8"} 13 "ppxlib" {>= "0.22.2"} 14 "base" {>= "v0.14.1"} 15 "menhir" {>= "20210419"} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/johnyob/ppx-open.git" 33url { 34 src: 35 "https://github.com/johnyob/ppx-open/releases/download/0.1/ppx_open-0.1.tbz" 36 checksum: [ 37 "sha256=9ab1fa1a7102184a23bbca5138f2294b4daa60ca8014d37256c76bc31788ce43" 38 "sha512=92a719a9ef129373c3098776789b8812743af80a5dbf57f7e54b7087690428f179d242f2fa73eafa241d22e85b0e0516dd4756ab1cc29c207e592626f4c8586b" 39 ] 40} 41x-commit-hash: "a06945785a8962b1b4ec103cf701a3c94bc1322b"