this repo has no description
1opam-version: "2.0" 2 3synopsis: "Lwt logging library (deprecated)" 4 5license: "LGPL-2.0-or-later" 6homepage: "https://github.com/ocsigen/lwt_log" 7doc: "https://github.com/ocsigen/lwt_log/blob/master/src/core/lwt_log_core.mli" 8bug-reports: "https://github.com/ocsigen/lwt_log/issues" 9 10authors: [ 11 "Shawn Wagner" 12 "Jérémie Dimino" 13] 14maintainer: "Anton Bachin <antonbachin@yahoo.com>" 15dev-repo: "git+https://github.com/ocsigen/lwt_log.git" 16 17depends: [ 18 "ocaml" {< "5.0"} 19 "dune" {>= "1.0"} 20 "lwt" {>= "4.0.0"} 21] 22 23build: [ 24 ["dune" "build" "-p" name "-j" jobs] 25] 26 27url { 28 src: "https://github.com/aantron/lwt_log/archive/1.1.1.tar.gz" 29 checksum: [ 30 "sha256=14fb19ec61e555e32c8bb026a591c0ce5b0a153663d17b0876178ab92d625f3f" 31 "md5=02e93be62288037870ae5b1ce099fe59" 32 ] 33}