File: control

package info (click to toggle)
libnet-cli-interact-perl 2.300003-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 448 kB
  • sloc: perl: 1,951; makefile: 2
file content (50 lines) | stat: -rw-r--r-- 2,023 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: libnet-cli-interact-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 (= 12),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libclass-load-perl,
                     libclass-mix-perl,
                     libconfig-any-perl (>= 0.27),
                     libfile-sharedir-perl,
                     libio-pty-perl,
                     libipc-run-perl,
                     liblog-dispatch-config-perl,
                     liblog-dispatch-configurator-any-perl,
                     libmoo-perl,
                     libmoox-types-mooselike-perl,
                     libnet-telnet-perl,
                     libpath-class-perl,
                     libsub-quote-perl
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-cli-interact-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-cli-interact-perl.git
Homepage: https://metacpan.org/release/Net-CLI-Interact

Package: libnet-cli-interact-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-load-perl,
         libclass-mix-perl,
         libconfig-any-perl (>= 0.27),
         libfile-sharedir-perl,
         libio-pty-perl,
         libipc-run-perl,
         liblog-dispatch-config-perl,
         liblog-dispatch-configurator-any-perl,
         libmoo-perl,
         libmoox-types-mooselike-perl,
         libnet-telnet-perl,
         libpath-class-perl,
         libsub-quote-perl
Description: toolkit for CLI Automation
 Automating command line interface (CLI) interactions is not a new idea, but
 can be tricky to implement. Net::CLI::Interact aims to provide a simple and
 manageable interface to CLI interactions, supporting: SSH, Telnet and
 serial-Line connections, Unix and Windows support, and reuseable device
 command phrasebooks.