this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/ppx_pipebang" 5bug-reports: "https://github.com/janestreet/ppx_pipebang/issues" 6dev-repo: "git+https://github.com/janestreet/ppx_pipebang.git" 7license: "Apache-2.0" 8build: [ 9 ["jbuilder" "build" "-p" name "-j" jobs] 10] 11conflicts: [ "jbuilder" { = "1.0+beta19" } ] 12depends: [ 13 "ocaml" {>= "4.04.1"} 14 "jbuilder" {>= "1.0+beta18.1"} 15 "ocaml-migrate-parsetree" {>= "1.0" & < "2.0.0"} 16 "ppxlib" {>= "0.1.0" & < "0.9.0"} 17] 18synopsis: 19 "A ppx rewriter that inlines reverse application operators `|>` and `|!`" 20description: "Part of the Jane Street's PPX rewriters collection." 21url { 22 src: 23 "https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_pipebang-v0.11.0.tar.gz" 24 checksum: [ 25 "sha256=a0a67a1fc1147c62af89c07a4ba5c86864258be02e80f82b9b73b74916fd39f3" 26 "md5=8f41bb8e67167d04b82223d024008683" 27 ] 28}