File: control

package info (click to toggle)
libnet-appliance-session-perl 4.300005-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: perl: 1,048; makefile: 11
file content (43 lines) | stat: -rw-r--r-- 1,924 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
Source: libnet-appliance-session-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
Build-Depends-Indep: libfile-sharedir-perl,
                     libio-prompt-tiny-perl,
                     libmoo-perl,
                     libmoox-types-mooselike-perl,
                     libnet-cli-interact-perl (>= 2.300003),
                     libterm-readpassword-perl,
                     libtext-glob-perl,
                     libtry-tiny-perl,
                     perl
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-appliance-session-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-appliance-session-perl.git
Homepage: https://metacpan.org/release/Net-Appliance-Session

Package: libnet-appliance-session-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libfile-sharedir-perl,
         libio-prompt-tiny-perl,
         libmoo-perl,
         libmoox-types-mooselike-perl,
         libnet-cli-interact-perl (>= 2.300003),
         libterm-readpassword-perl,
         libtext-glob-perl,
         libtry-tiny-perl
Description: module for running command-line sessions to network appliances
 Use Net::Appliance::Session to establish an interactive command-line
 session with a network appliance. There is special support for moving
 into "privileged" mode and "configure" mode, along with the ability to
 send commands to the connected device and retrieve returned output.
 .
 Built-in commands come from a phrasebook which supports many network device
 vendors (Cisco, HP, etc) or you can install a new phrasebook. Most phases of
 the connection are configurable for different device behaviours.