Skip to content

Commit 82b53b5

Browse files
authored
Merge pull request #24116 from Sudha247/release-dscheck-0.2.0
[new release] dscheck (0.2.0)
2 parents 98bb97c + 909b757 commit 82b53b5

File tree

1 file changed

+43
-0
lines changed
  • packages/dscheck/dscheck.0.2.0

1 file changed

+43
-0
lines changed

packages/dscheck/dscheck.0.2.0/opam

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
opam-version: "2.0"
2+
synopsis: "Traced Atomics"
3+
maintainer: ["Sadiq Jaffer"]
4+
authors: ["Sadiq Jaffer"]
5+
license: "ISC"
6+
homepage: "https://github.com/ocaml-multicore/dscheck"
7+
bug-reports: "https://github.com/ocaml-multicore/dscheck/issues"
8+
depends: [
9+
"ocaml" {>= "5.0.0"}
10+
"dune" {>= "2.9"}
11+
"containers"
12+
"tsort"
13+
"oseq"
14+
"alcotest" {>= "1.6.0" & with-test}
15+
"cmdliner"
16+
"odoc" {with-doc}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"--promote-install-files=false"
28+
"@install"
29+
"@runtest" {with-test}
30+
"@doc" {with-doc}
31+
]
32+
["dune" "install" "-p" name "--create-install-files" name]
33+
]
34+
dev-repo: "git+https://github.com/ocaml-multicore/dscheck.git"
35+
url {
36+
src:
37+
"https://github.com/ocaml-multicore/dscheck/releases/download/0.2.0/dscheck-0.2.0.tbz"
38+
checksum: [
39+
"sha256=42091b9c3dc1d6538d83d53ad01336c5656022dea964d98e9b190acbe5091fd1"
40+
"sha512=040f04a2a25bce42b7e3840914adc7486f13257cb339a1a29ae9bfeef63873aeef3ede245e95d0526472ebfc3af0b747132289c1296791606aef03ad245d211c"
41+
]
42+
}
43+
x-commit-hash: "4d66de93caec94438476d938554b99452bbf488b"

0 commit comments

Comments
 (0)