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
|
Source: libfuture-xs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libdevel-mat-dumper-perl (>= 0.44),
libextutils-cbuilder-perl,
libfuture-perl (>= 0.49) <!nocheck>,
libmodule-build-perl,
libtest2-suite-perl <!nocheck>,
perl-xs-dev,
perl:native
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfuture-xs-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfuture-xs-perl.git
Homepage: https://metacpan.org/release/Future-XS
Rules-Requires-Root: no
Package: libfuture-xs-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libfuture-perl (>= 0.49)
Enhances: libfuture-perl
Description: experimental XS implementation of Future
Future::XS provides an XS-based implementation of the Future class. It is
currently experimental and shipped in its own distribution for testing
purposes, though once it seems stable the plan is to move it into the main
Future distribution and load it automatically in favour of the pureperl
implementation on supported systems.
|