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: liblinux-io-prio-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
devscripts,
perl,
debhelper,
dh-buildinfo
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblinux-io-prio-perl
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblinux-io-prio-perl.git
Homepage: http://search.cpan.org/dist/Linux-IO_Prio/
Package: liblinux-io-prio-perl
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: interface to Linux ioprio_set(2) and ioprio_get(2)
Linux::IO_Prio is a perl module which provides access to the Linux
functions ioprio_get(2) and ioprio_set(2). There are also ionice
functions providing slightly more convenient perlish interface than the
C API.
.
Currently only Linux is supported. Other operating systems are not
supported due to kernel limitations. However support will be added as
the kernel capability becomes available.
|