File: control

package info (click to toggle)
raku-file-find 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 100 kB
  • sloc: makefile: 4
file content (21 lines) | stat: -rw-r--r-- 776 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: raku-file-find
Maintainer: Debian Rakudo Maintainers <pkg-rakudo-devel@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: interpreters
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-raku (>= 0.19),
               dh-sequence-raku
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl6-team/modules/raku-file-find
Vcs-Git: https://salsa.debian.org/perl6-team/modules/raku-file-find.git
Homepage: https://github.com/tadzik/File-Find
Rules-Requires-Root: no

Package: raku-file-find
Architecture: all
Depends: ${misc:Depends},
         ${raku:Depends}
Description: Get a lazy list of a directory tree
 This Raku module allows you to get the contents of a given directory,
 recursively, depth first.