this repo has no description
1opam-version: "2.0"
2maintainer: "contact@tezos.com"
3authors: [ "Tezos devteam" ]
4homepage: "https://gitlab.com/nomadic-labs/lwt-watcher"
5bug-reports: "https://gitlab.com/nomadic-labs/lwt-watcher/issues"
6dev-repo: "git+https://gitlab.com/nomadic-labs/lwt-watcher.git"
7license: "MIT"
8depends: [
9 "ocaml"
10 "dune" {>= "1.11"}
11 "lwt"
12]
13build: [
14 ["dune" "build" "-p" name "-j" jobs]
15]
16synopsis: "One-to-many broadcast in Lwt"
17url {
18 src:
19 "https://gitlab.com/nomadic-labs/lwt-watcher/-/archive/v0.2/lwt-watcher-v0.2.tar.gz"
20 checksum: [
21 "md5=2922ce8459eeacbd3d8819b2915d7128"
22 "sha512=11b16761ff025c39adbd177de511b1a4c8cc3e307d96111e04ed3058ae5d7577f940e2fe7fc9cbdc54ef0923aab62820f87f457c95ba18ebd2050ff7b9f075f9"
23 ]
24}