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.1/multicore-bench-0.1.1.tbz" 38 checksum: [ 39 "sha256=218ac614a9d6b52cddf30d8306cb0d226fdc97b01f64098b79df12d40f07b08f" 40 "sha512=3e51c779ada112b2be967e8f0f1a39721e4460f93f916a227fd482a00ef5644c99f7cbaf7f7ac2c39397c5da54a98b85eeedb41610eb595a3dd04502b8dd1efb" 41 ] 42} 43x-commit-hash: "f55f88ff2df891459c698d2fb54ae8a99a1bf5e6"