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" {>= "4.04.2"} 14 "async_unix" {>= "v0.14" & < "v0.15"} 15 "core" {>= "v0.14" & < "v0.15"} 16 "ppx_jane" {>= "v0.14" & < "v0.15"} 17 "ppx_sexp_conv" {>= "v0.14" & < "v0.15"} 18 "ppx_sexp_message" {>= "v0.14" & < "v0.15"} 19 "sexplib" {>= "v0.14" & < "v0.15"} 20 "dune" {>= "2.0.0"} 21 "ppxlib" {>= "0.11.0"} 22] 23synopsis: "Ppx_sexp_message-like extension nodes for lazily rendering log messages" 24description: " 25Part of the Jane Street's PPX rewriters collection. 26" 27url { 28 src: 29 "https://ocaml.janestreet.com/ocaml-core/v0.14/files/ppx_log-v0.14.0.tar.gz" 30 checksum: [ 31 "sha256=13e3f937caa8a53dd8e2a297a5531595011ac5e237a1cf06117c9fb17d9bf851" 32 "md5=0f85a9703c8265262a21e5010a5dcdd2" 33 ] 34}