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 "domain-local-await" {>= "1.0.0" & with-test}
17 "mdx" {>= "2.3.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.1/domain-local-timeout-1.0.1.tbz"
39 checksum: [
40 "sha256=eac0aa5243a337c13eece2d4c15427b64bf4beb4039060d5f0a36a0e1566d1df"
41 "sha512=32ecb0c41a10e3a68f5a8774c48d6b8598cbc81494dd1fb716c7d2d97ca14cbe2b59a02aa64d2ee6d53aa57b4e16c8992b6a592938bb3c70a2517273bde340f3"
42 ]
43}
44x-commit-hash: "70847fb897f52d7ede023058bb53be9e167f5e45"