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 "async_kernel" {>= "v0.11.1"}
13]
14synopsis: "Jane Street Async logging with Logs"
15description: """
16This is analogous to the Logs_lwt module in the logs package.
17The log functions of this module return Async threads that proceed only
18when the log operation is over, as defined by the current
19Logs.reporter."""
20url {
21 src:
22 "https://github.com/vbmithr/logs-async/releases/download/1.1/logs-async-1.1.tbz"
23 checksum: [
24 "sha256=0b064d139db08f6b928358ee34729d80558de2739362ace84ceb754a7a062b05"
25 "sha512=6983d548068914d3eefa7ea02539367b8ab00a7f2b16568efa46134c1d30bfcbbb9922ad171fbb624bd17aea508599b80dc2b93a2e57776d8b251fbb025ea24a"
26 ]
27}