Skip to content

Commit 90d8c52

Browse files
authored
Merge pull request #25309 from polytypic/release-multicore-bench-0.1.1
[new release] multicore-bench (0.1.1)
2 parents 8cda2e5 + b048135 commit 90d8c52

File tree

1 file changed

+43
-0
lines changed
  • packages/multicore-bench/multicore-bench.0.1.1

1 file changed

+43
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
opam-version: "2.0"
2+
synopsis:
3+
"Framework for writing multicore benchmark executables to run on current-bench"
4+
maintainer: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"]
5+
authors: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"]
6+
license: "ISC"
7+
homepage: "https://github.com/ocaml-multicore/multicore-bench"
8+
bug-reports: "https://github.com/ocaml-multicore/multicore-bench/issues"
9+
depends: [
10+
"dune" {>= "3.8"}
11+
"ocaml" {>= "4.13.0"}
12+
"domain-local-await" {>= "1.0.1"}
13+
"multicore-magic" {>= "2.1.0"}
14+
"mtime" {>= "2.0.0"}
15+
"yojson" {>= "2.1.0"}
16+
"domain_shims" {>= "0.1.0"}
17+
"mdx" {>= "2.3.1" & with-test}
18+
"odoc" {>= "2.2.0" & with-doc}
19+
]
20+
build: [
21+
["dune" "subst"] {dev}
22+
[
23+
"dune"
24+
"build"
25+
"-p"
26+
name
27+
"-j"
28+
jobs
29+
"@install"
30+
"@runtest" {with-test}
31+
"@doc" {with-doc}
32+
]
33+
]
34+
dev-repo: "git+https://github.com/ocaml-multicore/multicore-bench.git"
35+
url {
36+
src:
37+
"https://github.com/ocaml-multicore/multicore-bench/releases/download/0.1.1/multicore-bench-0.1.1.tbz"
38+
checksum: [
39+
"sha256=218ac614a9d6b52cddf30d8306cb0d226fdc97b01f64098b79df12d40f07b08f"
40+
"sha512=3e51c779ada112b2be967e8f0f1a39721e4460f93f916a227fd482a00ef5644c99f7cbaf7f7ac2c39397c5da54a98b85eeedb41610eb595a3dd04502b8dd1efb"
41+
]
42+
}
43+
x-commit-hash: "f55f88ff2df891459c698d2fb54ae8a99a1bf5e6"

0 commit comments

Comments
 (0)