this repo has no description
1opam-version: "2.0"
2maintainer: "contact@tezos.com"
3authors: [ "Nomadic Labs" ]
4homepage: "https://gitlab.com/nomadic-labs/lwt-exit"
5bug-reports: "https://gitlab.com/nomadic-labs/lwt-exit/issues"
6dev-repo: "git+https://gitlab.com/nomadic-labs/lwt-exit.git"
7license: "MIT"
8depends: [
9 "ocaml" { >= "4.08" }
10 "dune" { >= "2.0" }
11 "base-unix"
12 "lwt"
13 "ptime"
14]
15build: [
16 ["dune" "build" "-p" name "-j" jobs]
17 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
18]
19synopsis: "An opinionated clean-exit and signal-handling library for Lwt programs"
20url {
21 src:
22 "https://gitlab.com/nomadic-labs/lwt-exit/-/archive/1.0/lwt-exit-1.0.tar.gz"
23 checksum: [
24 "md5=f8f1c83d88d8955e055e0ccca11a3072"
25 "sha512=0ba5ef4495d402f5364af3f84e5378b04c9a1c5296a7f8bb84a0246a0bded1d5f4e3ab8e601056d7f96580eec78179d117fbd56670058460d0ae2e0990883ac2"
26 ]
27}