this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] domain-local-timeout (1.0.1)

CHANGES:

All notable changes to this project will be documented in this file.

## 1.0.1

- Add `(implicit_transitive_deps false)` (@polytypic)
- Fix to not write to internal pipe after it has been closed (@polytypic)

## 1.0.0

- Internal improvements (@polytypic)

## 0.1.0

- Initial version of scheduler independent timeout mechanism (@polytypic)

+44
+44
packages/domain-local-timeout/domain-local-timeout.1.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A scheduler independent timeout mechanism" 3 + description: 4 + "A low level mechanism intended for writing higher level libraries that need to be able to have scheduler friendly timeouts." 5 + maintainer: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 6 + authors: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 7 + license: "ISC" 8 + homepage: "https://github.com/ocaml-multicore/domain-local-timeout" 9 + bug-reports: "https://github.com/ocaml-multicore/domain-local-timeout/issues" 10 + depends: [ 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 + ] 21 + build: [ 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 + ] 35 + dev-repo: "git+https://github.com/ocaml-multicore/domain-local-timeout.git" 36 + url { 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 + } 44 + x-commit-hash: "70847fb897f52d7ede023058bb53be9e167f5e45"