blob: 61f767216752d875c4db2a37f73a78db76ef9c7b [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),
Michal Vasko34659ce2024-03-12 15:39:30 +01009 libyang-dev,
romanacc57692023-11-03 13:53:47 +010010 libssl-dev (>= 3.0.0),
11 libssh-dev (>= 0.9.5),
Michal Vaskob2e2e0d2022-07-18 14:50:17 +020012 libpam0g-dev,
romanacc57692023-11-03 13:53:47 +010013 pkg-config,
14 libcurl4-openssl-dev (>= 7.30.0)
Michal Vasko23935da2021-10-01 16:17:00 +020015Vcs-Browser: https://github.com/CESNET/libnetconf2/tree/master
16Vcs-Git: https://github.com/CESNET/libnetconf2.git
17
Michal Vasko34659ce2024-03-12 15:39:30 +010018Package: libnetconf4
Michal Vasko23935da2021-10-01 16:17:00 +020019Depends: ${misc:Depends},
20 ${shlibs:Depends}
21Architecture: any
22Description: library implementing NETCONF protocol - runtime
23 Libnetconf2 implements network communication using NETCONF
24 protocol specified in IETF RFC 6241. It is based on libnetconf
25 (which it replaces and makes obsolete) but written from scratch.
26 .
27 Both server and client-side functionality is provided.
28 .
29 It is implemented in C.
30
31Package: libnetconf2-dev
Michal Vasko34659ce2024-03-12 15:39:30 +010032Depends: libyang-dev,
33 libnetconf4 (= ${binary:Version}),
Michal Vasko23935da2021-10-01 16:17:00 +020034 ${misc:Depends}
35Section: libdevel
36Architecture: any
37Description: library implementing NETCONF protocol - development files
38 Libnetconf2 implements network communication using NETCONF
39 protocol specified in IETF RFC 6241. It is based on libnetconf
40 (which it replaces and makes obsolete) but written from scratch.
41 .
42 Both server and client-side functionality is provided.
43 .
44 This package contains the C headers, a pkgconfig file, and .so entry
45 point for libnetconf2.