this repo has no description
1opam-version: "2.0"
2authors: "Vincent Bernardoff <vb@luminar.eu.org>"
3maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
4homepage: "https://github.com/vbmithr/logs-async"
5bug-reports: "https://github.com/vbmithr/logs-async/issues"
6dev-repo: "git+https://github.com/vbmithr/logs-async"
7doc: "https://vbmithr.github.io/logs-async/doc"
8build: [ "dune" "build" "-j" jobs "-p" name "@install" ]
9depends: [
10 "dune" {>= "1.3.0"}
11 "logs" {>= "0.6.2"}
12 "fmt" {>= "0.8.5"}
13 "async" {>= "v0.11.0"}
14]
15synopsis: "Logs reporter compatible with Async's threads"
16description: """
17Logs reporter that will play nice with Async's runtime.
18"""
19url {
20 src:
21 "https://github.com/vbmithr/logs-async/releases/download/1.0/logs-async-1.0.tbz"
22 checksum: [
23 "sha256=a160dae01c8e171c32dc495dbce6432473e0639c1feee68643209c4a927df4ee"
24 "md5=2785550bbad628f1190d2f818b1861b5"
25 ]
26}