this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25905 from polytypic/release-multicore-bench-0.1.3

[new release] multicore-bench (0.1.3)

authored by

Marcello Seri and committed by
GitHub
c9c9d0b7 61357d24

+45
+45
packages/multicore-bench/multicore-bench.0.1.3/opam
··· 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.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.3/multicore-bench-0.1.3.tbz" 40 + checksum: [ 41 + "sha256=00bbb5501c6aad94b213b2a36261602d00dc81fc9ea1b9d74050efe8e7e9be70" 42 + "sha512=faaf989e33ec0a8509fef33aeb9d3dc44378105b037dc79ecf8246925ccdadbafc576005b05703cd80bcdea374661488f1853b04a0a3adceb9bada7d798ed7f2" 43 + ] 44 + } 45 + x-commit-hash: "3ea8cafaf9f36d5c425683d63e646401c97330d3"