File: control

package info (click to toggle)
raku-readline 0.1.6-3.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 396 kB
  • sloc: perl: 67; makefile: 5
file content (28 lines) | stat: -rw-r--r-- 1,043 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
22
23
24
25
26
27
28
Source: raku-readline
Maintainer: Debian Rakudo Maintainers <pkg-rakudo-devel@lists.alioth.debian.org>
Uploaders: Daniel Dehennin <daniel.dehennin@baby-gnu.org>,
           Mo Zhou <cdluminate@gmail.com>
Section: interpreters
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-raku,
               libreadline-dev,
               rakudo (>= 2022.07-2)
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl6-team/modules/raku-readline
Vcs-Git: https://salsa.debian.org/perl6-team/modules/raku-readline.git
Homepage: https://github.com/lathropd/perl6-readline
Rules-Requires-Root: no

Package: raku-readline
Architecture: any
Depends: ${misc:Depends},
         ${raku:Depends},
         rakudo (>= 2022.07-2)
Conflicts: perl6-readline
Provides: perl6-readline
Replaces: perl6-readline
Description: Readline binding for Raku
 This package provides Raku bindings to the native readline library,
 supporting history and recalling of text input. A prominent example
 of this is the Raku REPL itself.