this repo has no description

Package lwt_log.1.1.2

Changed files
+31
packages
lwt_log
lwt_log.1.1.2
+31
packages/lwt_log/lwt_log.1.1.2/opam
···
+
opam-version: "2.0"
+
+
synopsis: "Lwt logging library (deprecated)"
+
license: "LGPL"
+
homepage: "https://github.com/ocsigen/lwt_log"
+
doc: "https://github.com/ocsigen/lwt_log/blob/master/src/core/lwt_log_core.mli"
+
bug-reports: "https://github.com/ocsigen/lwt_log/issues"
+
+
authors: [
+
"Shawn Wagner"
+
"Jérémie Dimino"
+
]
+
maintainer: "Anton Bachin <antonbachin@yahoo.com>"
+
dev-repo: "git+https://github.com/ocsigen/lwt_log.git"
+
+
depends: [
+
"dune" {>= "1.0"}
+
"lwt" {>= "4.0.0"}
+
"ocaml" {>= "4.03"}
+
]
+
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
url {
+
src: "https://github.com/ocsigen/lwt_log/archive/1.1.2.tar.gz"
+
checksum: [
+
"md5=f060baea008b2563265dbcf0250f8912"
+
"sha512=fb976d89c0f868b57434a9e0907ffae0842fe48fc747ddb860954d20f36722faea315ebb0b4dac202f9bf7203b0a09681614e9619f3bbd0dd59f8dd7bbd50575"
+
]
+
}