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.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"} 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] 22build: [ 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] 36dev-repo: "git+https://github.com/ocaml-multicore/multicore-bench.git" 37url { 38 src: 39 "https://github.com/ocaml-multicore/multicore-bench/releases/download/0.1.6/multicore-bench-0.1.6.tbz" 40 checksum: [ 41 "sha256=76f0aec5cf353440a929b85069548db21f80b7a42d24d833e06e376f5da4a5f9" 42 "sha512=93ff1d73c02c940b9febbfc055e84c186eb43040d2647a93256a0a8298ee833317de640d67dfc0971f97e3d04c70533ab7a8031d42e6e92802b15c78a89e50b1" 43 ] 44} 45x-commit-hash: "80066beff096be95b548c7b3b8f8d61bc5bede6a"