Skip to content

Commit 8a48c7a

Browse files
authored
Merge pull request #26168 from polytypic/release-multicore-bench-0.1.4
[new release] multicore-bench (0.1.4)
2 parents 3bcb45c + bbb628b commit 8a48c7a

File tree

1 file changed

+45
-0
lines changed
  • packages/multicore-bench/multicore-bench.0.1.4

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
opam-version: "2.0"
2+
synopsis:
3+
"Framework for writing multicore benchmark executables to run on current-bench"
4+
maintainer: ["Vesa Karvonen <[email protected]>"]
5+
authors: ["Vesa Karvonen <[email protected]>"]
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.14"}
11+
"domain-local-await" {>= "1.0.1"}
12+
"multicore-magic" {>= "2.1.0"}
13+
"mtime" {>= "2.0.0"}
14+
"yojson" {>= "2.1.0"}
15+
"domain_shims" {>= "0.1.0"}
16+
"backoff" {>= "0.1.0" & with-test}
17+
"mdx" {>= "2.4.0" & with-test}
18+
"sherlodoc" {>= "0.2" & with-doc}
19+
"odoc" {>= "2.4.1" & with-doc}
20+
"ocaml" {>= "4.13.0"}
21+
]
22+
build: [
23+
["dune" "subst"] {dev}
24+
[
25+
"dune"
26+
"build"
27+
"-p"
28+
name
29+
"-j"
30+
jobs
31+
"@install"
32+
"@runtest" {with-test}
33+
"@doc" {with-doc}
34+
]
35+
]
36+
dev-repo: "git+https://github.com/ocaml-multicore/multicore-bench.git"
37+
url {
38+
src:
39+
"https://github.com/ocaml-multicore/multicore-bench/releases/download/0.1.4/multicore-bench-0.1.4.tbz"
40+
checksum: [
41+
"sha256=882c7942f858a3f7b9ddc5b6dd2cdad9ab3869ecf81de11256f2cf1750d6f390"
42+
"sha512=cce4aa2fe85166a29b22ad22130b6ea6ce046f142821ff0159b6b010eb49316237ddc79ddee448c24022f530ec841c54360d85bdb997114a0b2355555078eb07"
43+
]
44+
}
45+
x-commit-hash: "3f59d03733bb7c7d05f7ea013d5ac37bd51732d5"

0 commit comments

Comments
 (0)