this repo has no description

[new release] dscheck (0.5.0)

CHANGES:

- Add Atomic.make_contended (@lyrm, review : @polytypic)

Changed files
+41
packages
dscheck
dscheck.0.5.0
+41
packages/dscheck/dscheck.0.5.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Traced Atomics"
+
maintainer: ["Sadiq Jaffer"]
+
authors: ["Sadiq Jaffer"]
+
license: "ISC"
+
homepage: "https://github.com/ocaml-multicore/dscheck"
+
bug-reports: "https://github.com/ocaml-multicore/dscheck/issues"
+
depends: [
+
"ocaml" {>= "4.12.0"}
+
"dune" {>= "3.9"}
+
"containers"
+
"tsort"
+
"oseq"
+
"alcotest" {>= "1.6.0" & with-test}
+
"cmdliner"
+
"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/dscheck.git"
+
url {
+
src:
+
"https://github.com/ocaml-multicore/dscheck/releases/download/0.5.0/dscheck-0.5.0.tbz"
+
checksum: [
+
"sha256=f519b60e676f55e0a4800582be461d4138fde30994ec9918f142377d1788686d"
+
"sha512=08a4e5ac7a74dace04e1f146b23e5e270d1bc6b72d297155cf578ad3fcd6554bddc780353d9deef14334da5b98467332a57b4888b8cbf99f4b5ab814f97b53a6"
+
]
+
}
+
x-commit-hash: "eabfa49a6572a2cef3745a6796da347d2e1e3579"