Skip to content

Commit

Permalink
Merge pull request #23905 from polytypic/release-domain-local-await-0…
Browse files Browse the repository at this point in the history
….2.0

[new release] domain-local-await (0.2.0)
  • Loading branch information
mseri authored Jun 12, 2023
2 parents 707dfd7 + bf074ca commit 480fbd3
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions packages/domain-local-await/domain-local-await.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
opam-version: "2.0"
synopsis: "A scheduler independent blocking mechanism"
maintainer: ["Vesa Karvonen <[email protected]>"]
authors: ["Vesa Karvonen <[email protected]>"]
license: "0BSD"
homepage: "https://github.com/ocaml-multicore/domain-local-await"
bug-reports: "https://github.com/ocaml-multicore/domain-local-await/issues"
depends: [
"dune" {>= "3.3"}
"ocaml" {>= "5.0"}
"mdx" {>= "1.10.0" & with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocaml-multicore/domain-local-await.git"
url {
src:
"https://github.com/ocaml-multicore/domain-local-await/releases/download/0.2.0/domain-local-await-0.2.0.tbz"
checksum: [
"sha256=d83089b08de718fb5b5e753c8d1bf347588d02436e7a4572e0b89dd6a9c75c3a"
"sha512=3266dafda9b0d9b212edfc55d208eac980649f5474b09125acb688b4e31f850e90b02e0c4a7a2de93260d54cf40053bc8f87be1e76c897691ba5105ec1e685bb"
]
}
x-commit-hash: "cd73c143d79d662aeb954dbf0b1dff26ca58db61"

0 comments on commit 480fbd3

Please sign in to comment.