File: control

package info (click to toggle)
libnetconf2 4.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,600 kB
  • sloc: ansic: 37,460; xml: 437; sh: 49; makefile: 20
file content (45 lines) | stat: -rw-r--r-- 1,544 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
Source: libnetconf2
Section: libs
Homepage: https://github.com/CESNET/libnetconf2/
Maintainer: CESNET <mvasko@cesnet.cz>
Priority: optional
Standards-Version: 4.5.0
Build-Depends: cmake,
               debhelper (>= 10),
               libyang-dev,
               libssl-dev (>= 3.0.0),
               libssh-dev (>= 0.9.5),
               libpam0g-dev,
               pkg-config,
               libcurl4-openssl-dev (>= 7.30.0)
Vcs-Browser: https://github.com/CESNET/libnetconf2/tree/master
Vcs-Git: https://github.com/CESNET/libnetconf2.git

Package: libnetconf5
Depends: ${misc:Depends},
         ${shlibs:Depends}
Architecture: any
Description: library implementing NETCONF protocol - runtime
 Libnetconf2 implements network communication using NETCONF
 protocol specified in IETF RFC 6241. It is based on libnetconf
 (which it replaces and makes obsolete) but written from scratch.
 .
 Both server and client-side functionality is provided.
 .
 It is implemented in C.

Package: libnetconf2-dev
Depends: libyang-dev,
         libnetconf5 (= ${binary:Version}),
         ${misc:Depends}
Section: libdevel
Architecture: any
Description: library implementing NETCONF protocol - development files
 Libnetconf2 implements network communication using NETCONF
 protocol specified in IETF RFC 6241. It is based on libnetconf
 (which it replaces and makes obsolete) but written from scratch.
 .
 Both server and client-side functionality is provided.
 .
 This package contains the C headers, a pkgconfig file, and .so entry
 point for libnetconf2.