this repo has no description
1opam-version: "2.0"
2synopsis: "A scheduler independent timeout mechanism"
3maintainer: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"]
4authors: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"]
5license: "ISC"
6homepage: "https://github.com/ocaml-multicore/domain-local-timeout"
7bug-reports: "https://github.com/ocaml-multicore/domain-local-timeout/issues"
8depends: [
9 "dune" {>= "3.3"}
10 "ocaml" {>= "4.12.0"}
11 "psq" {>= "0.2.1"}
12 "mtime" {>= "2.0.0"}
13 "thread-table" {>= "0.1.0"}
14 "mdx" {>= "1.10.0" & with-test}
15 "domain-local-await" {>= "0.1.0" & with-test}
16 "alcotest" {>= "1.7.0" & with-test}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/ocaml-multicore/domain-local-timeout.git"
34url {
35 src:
36 "https://github.com/ocaml-multicore/domain-local-timeout/releases/download/0.1.0/domain-local-timeout-0.1.0.tbz"
37 checksum: [
38 "sha256=513a9c1dd18037f2ebbee98f856e02cba458f1127f8953b9cd324aae13d14e39"
39 "sha512=ceb9af7dec7a677d320ffbbe6e0d7f70d2501552f727a852d1d5e16d24c1ed441bea764cfc7ae52a60d4f185cebb2de5bee272769327415bdb546b78e2a189dc"
40 ]
41}
42x-commit-hash: "02ea9a2d268bdecd9a75ad200e7de84ab5e0ae4f"