this repo has no description
1opam-version: "2.0"
2synopsis: "Logs reporter compatible with Async"
3description: "Logs reporter that will play nice with Async's runtime."
4maintainer: ["Vincent Bernardoff <vb@luminar.eu.org>"]
5authors: ["Vincent Bernardoff <vb@luminar.eu.org>"]
6license: "ISC"
7tags: ["async" "logs"]
8homepage: "https://github.com/vbmithr/logs-async"
9doc: "https://vbmithr.github.io/logs-async"
10bug-reports: "https://github.com/vbmithr/logs-async/issues"
11depends: [
12 "ocaml"
13 "dune" {>= "3.10"}
14 "logs" {>= "0.7.0"}
15 "fmt" {>= "0.9.0"}
16 "core" {>= "v0.16"}
17 "async" {>= "v0.16"}
18 "zstandard" {>= "v0.16"}
19 "yojson" {>= "2.1.0"}
20 "odoc" {with-doc}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/vbmithr/logs-async.git"
37url {
38 src:
39 "https://github.com/vbmithr/logs-async/releases/download/1.3/logs-async-1.3.tbz"
40 checksum: [
41 "sha256=12aff8081de966ee5f6db129d73e60463846fe91e60345c9b05254be7681fe36"
42 "sha512=8dc77450b1cac25d163165b82013488ef253d572f36cdcde126a113a4609a6489d6a6ddbbbb1c5d1754f76532b291d82fde31619d202e62ae72dc6aed15bcbe4"
43 ]
44}
45x-commit-hash: "ebe64b2265c1889d5a7a3db1491892cdda5b7557"