opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/async_log" bug-reports: "https://github.com/janestreet/async_log/issues" dev-repo: "git+https://github.com/janestreet/async_log.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_log/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "5.1.0"} "async_kernel" {>= "v0.17" & < "v0.18"} "async_unix" {>= "v0.17" & < "v0.18"} "core" {>= "v0.17" & < "v0.18"} "core_kernel" {>= "v0.17" & < "v0.18"} "ppx_jane" {>= "v0.17" & < "v0.18"} "timezone" {>= "v0.17" & < "v0.18"} "dune" {>= "3.11.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Logging library built on top of Async_unix" description: " Part of Jane Street's Core library The Core suite of libraries is an industrial strength alternative to OCaml's standard library that was developed by Jane Street, the largest industrial user of OCaml. " url { src: "https://github.com/janestreet/async_log/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=2dae248d74c23aa6a1e0bc38d5b34c975eb4dfbdf32f0970641b5befd8385720" }