File: control

package info (click to toggle)
libcli 1.9.7-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 240 kB
  • ctags: 249
  • sloc: ansic: 2,559; makefile: 169
file content (45 lines) | stat: -rw-r--r-- 1,619 bytes parent folder | download | duplicates (2)
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
Source: libcli
Priority: optional
Section: libs
Maintainer: Jonathan McDowell <noodles@earth.li>
Build-Depends: debhelper (>> 8)
Standards-Version: 3.9.5.0
Vcs-Git: https://github.com/dparrish/libcli.git

Package: libcli-dev
Section: libdevel
Architecture: any
Depends: libcli1.9 (= ${binary:Version}), ${misc:Depends} 
Description: emulates a cisco style telnet command-line interface (dev files)
 libcli provides a consistent Cisco style command-line environment for
 remote clients, with a few common features between every implemtation.
 .
 The library is not accessed by itself, rather the software which uses
 it listens on a defined port for a Telnet connection. This connection
 is handed off to libcli for processing.
 .
 libcli includes support for command history, command line editing and
 filtering of command output.
 .
 This package contains the files necessary for developing applications
 with libcli.

Package: libcli1.9
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Conflicts: libcli1
Provides: libcli1
Replaces: libcli1
Description: emulates a cisco style telnet command-line interface
 libcli provides a consistent Cisco style command-line environment for
 remote clients, with a few common features between every implemtation.
 .
 The library is not accessed by itself, rather the software which uses
 it listens on a defined port for a Telnet connection. This connection
 is handed off to libcli for processing.
 .
 libcli includes support for command history, command line editing and
 filtering of command output.