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" {< "3.0"}
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.1/lwt-watcher-v0.1.tar.gz"
20 checksum: [
21 "md5=85fa938c25895aad8f47872ed5225a4e"
22 "sha512=7a93368ab6133e17fdf8512c28380fdba5bd0eb397deac9c7018278138b4fa4e4d65b5f32af624a0c725087640ae105be890d93d9019ca90352c36fb43183b14"
23 ]
24}