this repo has no description

[new release] dscheck (0.2.0)

CHANGES:

* Source sets (@bartoszmodelski, review: @lyrm, @art-w)
* Better traces (@bartoszmodelski, review: @lyrm, @art-w)
* Test generation (@bartoszmodelski, review: @lyrm)
* New README (@bartoszmodelski, review: @lyrm, @Sudha247)

Changed files
+43
packages
dscheck
dscheck.0.2.0
+43
packages/dscheck/dscheck.0.2.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" {>= "5.0.0"}
+
"dune" {>= "2.9"}
+
"containers"
+
"tsort"
+
"oseq"
+
"alcotest" {>= "1.6.0" & with-test}
+
"cmdliner"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/ocaml-multicore/dscheck.git"
+
url {
+
src:
+
"https://github.com/ocaml-multicore/dscheck/releases/download/0.2.0/dscheck-0.2.0.tbz"
+
checksum: [
+
"sha256=42091b9c3dc1d6538d83d53ad01336c5656022dea964d98e9b190acbe5091fd1"
+
"sha512=040f04a2a25bce42b7e3840914adc7486f13257cb339a1a29ae9bfeef63873aeef3ede245e95d0526472ebfc3af0b747132289c1296791606aef03ad245d211c"
+
]
+
}
+
x-commit-hash: "4d66de93caec94438476d938554b99452bbf488b"