this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/ppx_log" 5bug-reports: "https://github.com/janestreet/ppx_log/issues" 6dev-repo: "git+https://github.com/janestreet/ppx_log.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_log/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "5.1.0"} 14 "base" {>= "v0.17" & < "v0.18"} 15 "ppx_compare" {>= "v0.17" & < "v0.18"} 16 "ppx_enumerate" {>= "v0.17" & < "v0.18"} 17 "ppx_expect" {>= "v0.17" & < "v0.18"} 18 "ppx_fields_conv" {>= "v0.17" & < "v0.18"} 19 "ppx_here" {>= "v0.17" & < "v0.18"} 20 "ppx_let" {>= "v0.17" & < "v0.18"} 21 "ppx_sexp_conv" {>= "v0.17" & < "v0.18"} 22 "ppx_sexp_message" {>= "v0.17" & < "v0.18"} 23 "ppx_sexp_value" {>= "v0.17" & < "v0.18"} 24 "ppx_string" {>= "v0.17" & < "v0.18"} 25 "ppx_variants_conv" {>= "v0.17" & < "v0.18"} 26 "sexplib" {>= "v0.17" & < "v0.18"} 27 "stdio" {>= "v0.17" & < "v0.18"} 28 "dune" {>= "3.11.0"} 29 "ppxlib" {>= "0.28.0"} 30] 31available: arch != "x86_32" 32synopsis: "Ppx_sexp_message-like extension nodes for lazily rendering log messages" 33description: " 34Part of the Jane Street's PPX rewriters collection. 35" 36url { 37src: "https://github.com/janestreet/ppx_log/archive/refs/tags/v0.17.0.tar.gz" 38checksum: "sha256=2208f047b699d0661e94415868e8e9e4a6e5287a8eceaf7318f572ccd622859a" 39}