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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: benchmark
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>,
Michael R. Crusoe <crusoe@debian.org>
Section: libs
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
libgmock-dev,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/science-team/benchmark
Vcs-Git: https://salsa.debian.org/science-team/benchmark.git
Homepage: https://github.com/google/benchmark
Rules-Requires-Root: no
Package: libbenchmark-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libbenchmark1debian (= ${binary:Version}),
${misc:Depends}
Description: Microbenchmark support library, development files
Library to support the benchmarking of functions, similar to unit-tests.
.
This package contains the development files.
Package: libbenchmark1debian
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Suggests: libbenchmark-tools
Pre-Depends: ${misc:Pre-Depends}
Description: Microbenchmark support library, shared library
Library to support the benchmarking of functions, similar to unit-tests.
.
This package contains the shared library.
Package: libbenchmark-tools
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${shlibs:Depends}
Suggests: python3:any
Pre-Depends: ${misc:Pre-Depends}
Description: Microbenchmark support library, tools and documentation
Library to support the benchmarking of functions, similar to unit-tests.
.
This package contains tools and documentation.
|