this repo has no description

Merge pull request #22525 from bartoszmodelski/release-dscheck-0.1.0

[new release] dscheck (0.1.0)

Kate aa8c3857 4139ade8

Changed files
+40
packages
dscheck
dscheck.0.1.0
+40
packages/dscheck/dscheck.0.1.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"
+
"oseq"
+
"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.1.0/dscheck-0.1.0.tbz"
+
checksum: [
+
"sha256=ce8a2e15925c529ef5c9e96e55bd712d420c705bfdf4ea647104021e43d329c2"
+
"sha512=a8c5bf477190b88d4c063efd84392af88fdbd484c4da9affbceae79d96c75ebf15d0623fb8b79b3316d4d822e262ea22f2b949c619c17b6e500442500e7c9911"
+
]
+
}
+
x-commit-hash: "02071f5d280407522f44afae1f213616eefb9a8d"