this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Framework for writing multicore benchmark executables to run on current-bench" 4maintainer: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 5authors: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 6license: "ISC" 7homepage: "https://github.com/ocaml-multicore/multicore-bench" 8bug-reports: "https://github.com/ocaml-multicore/multicore-bench/issues" 9depends: [ 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] 20build: [ 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] 34dev-repo: "git+https://github.com/ocaml-multicore/multicore-bench.git" 35url { 36 src: 37 "https://github.com/ocaml-multicore/multicore-bench/releases/download/0.1.0/multicore-bench-0.1.0.tbz" 38 checksum: [ 39 "sha256=11dd1cef2e1ac845464e2155ac6d03ff4d08e2bd4890aa1b0e6c82197342fb70" 40 "sha512=393da8f48330fae8151a9468f8cf1e51c1c323b954c9eb96f1f5b16cc66a7dd6a1674e8eacac9f265d9d7a1929e152d0bcf257191f57a48e2b41c3fab3c8758e" 41 ] 42} 43x-commit-hash: "213ea2a897c3e34e4c476f373d56afaa76d6dde9"