1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: ocaml-multicore-bench
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Kyle Robbertze <paddatrapper@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
ocaml-dune,
dh-ocaml,
libdomain-local-await-ocaml-dev,
libmulticore-magic-ocaml-dev,
libmtime-ocaml-dev,
libyojson-ocaml-dev,
libbackoff-ocaml-dev,
libmdx-ocaml-dev,
ocaml,
Standards-Version: 4.7.0
Homepage: https://github.com/ocaml-multicore/multicore-bench
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-multicore-bench
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-multicore-bench.git
Package: libmulticore-bench-ocaml-dev
Architecture: any
Depends: ${misc:Depends},
${ocaml:Depends},
${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: framework for writing multicore benchmark executables
Multicore bench is a framework for writing multicore
benchmark executables to run locally on your computer and
on current-bench.
|