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
|
Source: perl6-readline
Maintainer: Debian Rakudo Maintainers <pkg-rakudo-devel@lists.alioth.debian.org>
Uploaders: Daniel Dehennin <daniel.dehennin@baby-gnu.org>,
Dominique Dumont <dod@debian.org>,
Robert Lemmen <robertle@semistable.com>,
Mo Zhou <cdluminate@gmail.com>
Section: interpreters
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-perl6,
perl6-tap-harness,
libreadline8
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl6-team/modules/perl6-readline
Vcs-Git: https://salsa.debian.org/perl6-team/modules/perl6-readline.git
Homepage: https://github.com/drforr/perl6-readline
Package: perl6-readline
Architecture: all
Depends: rakudo,
libreadline8,
${shlibs:Depends},
${misc:Depends}
Description: Readline binding for Perl 6
This package provides Perl6 bindings to the native readline library,
supporting history and recalling of text input. A prominent example
of this is the Perl 6 REPL itself.
|