Michal Vasko | 23935da | 2021-10-01 16:17:00 +0200 | [diff] [blame] | 1 | Source: libnetconf2 |
| 2 | Section: libs |
| 3 | Homepage: https://github.com/CESNET/libnetconf2/ |
| 4 | Maintainer: CESNET <mvasko@cesnet.cz> |
| 5 | Priority: optional |
| 6 | Standards-Version: 4.5.0 |
| 7 | Build-Depends: cmake, |
| 8 | debhelper (>= 10), |
| 9 | libyang2-dev, |
| 10 | libssl-dev, |
| 11 | libssh-dev (>= 0.7.1), |
Michal Vasko | b2e2e0d | 2022-07-18 14:50:17 +0200 | [diff] [blame] | 12 | libpam0g-dev, |
Michal Vasko | 23935da | 2021-10-01 16:17:00 +0200 | [diff] [blame] | 13 | pkg-config |
| 14 | Vcs-Browser: https://github.com/CESNET/libnetconf2/tree/master |
| 15 | Vcs-Git: https://github.com/CESNET/libnetconf2.git |
| 16 | |
Michal Vasko | 01165b2 | 2021-11-12 10:57:04 +0100 | [diff] [blame] | 17 | Package: libnetconf2-3 |
Michal Vasko | 23935da | 2021-10-01 16:17:00 +0200 | [diff] [blame] | 18 | Depends: ${misc:Depends}, |
| 19 | ${shlibs:Depends} |
| 20 | Architecture: any |
| 21 | Description: 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 | |
| 30 | Package: libnetconf2-dev |
| 31 | Depends: libyang2-dev, |
Michal Vasko | 01165b2 | 2021-11-12 10:57:04 +0100 | [diff] [blame] | 32 | libnetconf2-3 (= ${binary:Version}), |
Michal Vasko | 23935da | 2021-10-01 16:17:00 +0200 | [diff] [blame] | 33 | ${misc:Depends} |
| 34 | Section: libdevel |
| 35 | Architecture: any |
| 36 | Description: 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 | |