this repo has no description
1opam-version: "2.0"
2
3synopsis: "Lwt logging library (deprecated)"
4license: ["LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" "BSD-3-Clause"]
5homepage: "https://github.com/ocsigen/lwt_log"
6doc: "https://github.com/ocsigen/lwt_log/blob/master/src/core/lwt_log_core.mli"
7bug-reports: "https://github.com/ocsigen/lwt_log/issues"
8
9authors: [
10 "Shawn Wagner"
11 "Jérémie Dimino"
12]
13maintainer: "Raphaël Proust <code@bnwr.net>"
14dev-repo: "git+https://github.com/ocsigen/lwt_log.git"
15
16depends: [
17 "dune" {>= "1.0"}
18 "lwt" {>= "4.0.0"}
19 "ocaml" {>= "4.03"}
20]
21
22build: [
23 ["dune" "build" "-p" name "-j" jobs]
24]
25url {
26 src: "https://github.com/ocsigen/lwt_log/archive/1.1.2.tar.gz"
27 checksum: [
28 "md5=f060baea008b2563265dbcf0250f8912"
29 "sha512=fb976d89c0f868b57434a9e0907ffae0842fe48fc747ddb860954d20f36722faea315ebb0b4dac202f9bf7203b0a09681614e9619f3bbd0dd59f8dd7bbd50575"
30 ]
31}