this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/async_log"
5bug-reports: "https://github.com/janestreet/async_log/issues"
6dev-repo: "git+https://github.com/janestreet/async_log.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_log/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "5.1.0"}
14 "async_kernel" {>= "v0.17" & < "v0.18"}
15 "async_unix" {>= "v0.17" & < "v0.18"}
16 "core" {>= "v0.17" & < "v0.18"}
17 "core_kernel" {>= "v0.17" & < "v0.18"}
18 "ppx_jane" {>= "v0.17" & < "v0.18"}
19 "timezone" {>= "v0.17" & < "v0.18"}
20 "dune" {>= "3.11.0"}
21]
22available: arch != "arm32" & arch != "x86_32"
23synopsis: "Logging library built on top of Async_unix"
24description: "
25Part of Jane Street's Core library
26The Core suite of libraries is an industrial strength alternative to
27OCaml's standard library that was developed by Jane Street, the
28largest industrial user of OCaml.
29"
30url {
31src: "https://github.com/janestreet/async_log/archive/refs/tags/v0.17.0.tar.gz"
32checksum: "sha256=2dae248d74c23aa6a1e0bc38d5b34c975eb4dfbdf32f0970641b5befd8385720"
33}