blob: 428aa1e6603e01cc5620ee4bddedaa916e2e6758 [file] [log] [blame]
Michal Vasko23935da2021-10-01 16:17:00 +02001Source: libnetconf2
2Section: libs
3Homepage: https://github.com/CESNET/libnetconf2/
4Maintainer: CESNET <mvasko@cesnet.cz>
5Priority: optional
6Standards-Version: 4.5.0
7Build-Depends: cmake,
8 debhelper (>= 10),
9 libyang2-dev,
10 libssl-dev,
11 libssh-dev (>= 0.7.1),
12 pkg-config
13Vcs-Browser: https://github.com/CESNET/libnetconf2/tree/master
14Vcs-Git: https://github.com/CESNET/libnetconf2.git
15
Michal Vasko01165b22021-11-12 10:57:04 +010016Package: libnetconf2-3
Michal Vasko23935da2021-10-01 16:17:00 +020017Depends: ${misc:Depends},
18 ${shlibs:Depends}
19Architecture: any
20Description: library implementing NETCONF protocol - runtime
21 Libnetconf2 implements network communication using NETCONF
22 protocol specified in IETF RFC 6241. It is based on libnetconf
23 (which it replaces and makes obsolete) but written from scratch.
24 .
25 Both server and client-side functionality is provided.
26 .
27 It is implemented in C.
28
29Package: libnetconf2-dev
30Depends: libyang2-dev,
Michal Vasko01165b22021-11-12 10:57:04 +010031 libnetconf2-3 (= ${binary:Version}),
Michal Vasko23935da2021-10-01 16:17:00 +020032 ${misc:Depends}
33Section: libdevel
34Architecture: any
35Description: library implementing NETCONF protocol - development files
36 Libnetconf2 implements network communication using NETCONF
37 protocol specified in IETF RFC 6241. It is based on libnetconf
38 (which it replaces and makes obsolete) but written from scratch.
39 .
40 Both server and client-side functionality is provided.
41 .
42 This package contains the C headers, a pkgconfig file, and .so entry
43 point for libnetconf2.
44