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