File: control

package info (click to toggle)
libbenchmark-apps-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 100 kB
  • ctags: 7
  • sloc: perl: 81; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 845 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libbenchmark-apps-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nuno Carvalho <smash@cpan.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libtest-pod-perl,
 libtest-pod-coverage-perl
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbenchmark-apps-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libbenchmark-apps-perl.git
Homepage: http://search.cpan.org/dist/Benchmark-Apps/

Package: libbenchmark-apps-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: simple module to benchmark applications
 Benchmark::Apps can be used to perform simple benchmarks on programs.
 Basically, it can be used to benchmark any program that can be called with a
 system call.