blob: 9e15c6131129d1713b503587c9863792dfd643a3 [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),
Michal Vaskob2e2e0d2022-07-18 14:50:17 +020012 libpam0g-dev,
Michal Vasko23935da2021-10-01 16:17:00 +020013 pkg-config
14Vcs-Browser: https://github.com/CESNET/libnetconf2/tree/master
15Vcs-Git: https://github.com/CESNET/libnetconf2.git
16
Michal Vasko01165b22021-11-12 10:57:04 +010017Package: libnetconf2-3
Michal Vasko23935da2021-10-01 16:17:00 +020018Depends: ${misc:Depends},
19 ${shlibs:Depends}
20Architecture: any
21Description: library implementing NETCONF protocol - runtime
22 Libnetconf2 implements network communication using NETCONF
23 protocol specified in IETF RFC 6241. It is based on libnetconf
24 (which it replaces and makes obsolete) but written from scratch.
25 .
26 Both server and client-side functionality is provided.
27 .
28 It is implemented in C.
29
30Package: libnetconf2-dev
31Depends: libyang2-dev,
Michal Vasko01165b22021-11-12 10:57:04 +010032 libnetconf2-3 (= ${binary:Version}),
Michal Vasko23935da2021-10-01 16:17:00 +020033 ${misc:Depends}
34Section: libdevel
35Architecture: any
36Description: library implementing NETCONF protocol - development files
37 Libnetconf2 implements network communication using NETCONF
38 protocol specified in IETF RFC 6241. It is based on libnetconf
39 (which it replaces and makes obsolete) but written from scratch.
40 .
41 Both server and client-side functionality is provided.
42 .
43 This package contains the C headers, a pkgconfig file, and .so entry
44 point for libnetconf2.
45