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), |
| 12 | pkg-config |
| 13 | Vcs-Browser: https://github.com/CESNET/libnetconf2/tree/master |
| 14 | Vcs-Git: https://github.com/CESNET/libnetconf2.git |
| 15 | |
Michal Vasko | 01165b2 | 2021-11-12 10:57:04 +0100 | [diff] [blame] | 16 | Package: libnetconf2-3 |
Michal Vasko | 23935da | 2021-10-01 16:17:00 +0200 | [diff] [blame] | 17 | Depends: ${misc:Depends}, |
| 18 | ${shlibs:Depends} |
| 19 | Architecture: any |
| 20 | Description: 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 | |
| 29 | Package: libnetconf2-dev |
| 30 | Depends: libyang2-dev, |
Michal Vasko | 01165b2 | 2021-11-12 10:57:04 +0100 | [diff] [blame] | 31 | libnetconf2-3 (= ${binary:Version}), |
Michal Vasko | 23935da | 2021-10-01 16:17:00 +0200 | [diff] [blame] | 32 | ${misc:Depends} |
| 33 | Section: libdevel |
| 34 | Architecture: any |
| 35 | Description: 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 | |