this repo has no description
0
fork

Configure Feed

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

Merge pull request #23720 from polytypic/release-domain-local-await-0.1.0

[new release] domain-local-await (0.1.0)

authored by

Kate and committed by
GitHub
cd1ed8f1 4febefe2

+37
+37
packages/domain-local-await/domain-local-await.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A scheduler independent blocking mechanism" 3 + maintainer: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 4 + authors: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 5 + license: "0BSD" 6 + homepage: "https://github.com/ocaml-multicore/domain-local-await" 7 + bug-reports: "https://github.com/ocaml-multicore/domain-local-await/issues" 8 + depends: [ 9 + "dune" {>= "3.3"} 10 + "ocaml" {>= "5.0"} 11 + "mdx" {>= "1.10.0" & with-test} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "@install" 24 + "@runtest" {with-test} 25 + "@doc" {with-doc} 26 + ] 27 + ] 28 + dev-repo: "git+https://github.com/ocaml-multicore/domain-local-await.git" 29 + url { 30 + src: 31 + "https://github.com/ocaml-multicore/domain-local-await/releases/download/0.1.0/domain-local-await-0.1.0.tbz" 32 + checksum: [ 33 + "sha256=f024fe65646030010b330bf145e02e412eefaa5f7b838ce03906b9272701469d" 34 + "sha512=f29996544b6ecf8355c87b328fc3f94563cd09b3f0557b99906b15df6c7f45785947f476c65efc0529da1c074836f6fbc821065c165bf009fc9e821569053253" 35 + ] 36 + } 37 + x-commit-hash: "a88ba56ca0bc72039080a72d6276b17ea9c3b0fc"