Ondřej Surý | 748c8e5 | 2021-05-07 18:56:31 +0200 | [diff] [blame] | 1 | Source: libyang2 |
| 2 | Section: libs |
| 3 | Homepage: https://github.com/CESNET/libyang/ |
| 4 | Maintainer: Ondřej Surý <ondrej@debian.org> |
| 5 | Priority: optional |
| 6 | Standards-Version: 4.5.0 |
| 7 | Build-Depends: cmake, |
| 8 | debhelper (>= 10), |
Ondřej Surý | 748c8e5 | 2021-05-07 18:56:31 +0200 | [diff] [blame] | 9 | libpcre2-dev, |
| 10 | pkg-config |
Michal Vasko | 1358864 | 2021-06-02 11:03:21 +0200 | [diff] [blame] | 11 | Vcs-Browser: https://github.com/CESNET/libyang/tree/master |
| 12 | Vcs-Git: https://github.com/CESNET/libyang.git |
Ondřej Surý | 748c8e5 | 2021-05-07 18:56:31 +0200 | [diff] [blame] | 13 | |
| 14 | Package: libyang2 |
| 15 | Depends: ${misc:Depends}, |
| 16 | ${shlibs:Depends} |
| 17 | Architecture: any |
| 18 | Description: parser toolkit for IETF YANG data modeling - runtime |
| 19 | Libyang implements functions to process schemas expressed in the |
| 20 | YANG data modeling language defined by the IETF in RFCs 6020/7950. |
| 21 | Schemas expressed in this language primarily describe configuration |
| 22 | used by larger network equipment like routers and switches. |
| 23 | . |
| 24 | In addition to handling the schemas itself, the library also provides |
| 25 | functions to process data described by the schemas. |
| 26 | . |
| 27 | The library is implemented in C and provides an API for other software |
| 28 | to use in processing configurations. |
| 29 | |
| 30 | Package: libyang2-dev |
Michal Vasko | 7f2c5ee | 2021-05-18 17:10:52 +0200 | [diff] [blame] | 31 | Depends: libpcre2-dev, |
Ondřej Surý | 748c8e5 | 2021-05-07 18:56:31 +0200 | [diff] [blame] | 32 | libyang2 (= ${binary:Version}), |
| 33 | ${misc:Depends} |
| 34 | Conflicts: libyang-dev |
| 35 | Section: libdevel |
| 36 | Architecture: any |
| 37 | Description: parser toolkit for IETF YANG data modeling - development files |
| 38 | Libyang implements functions to process schemas expressed in the |
| 39 | YANG data modeling language defined by the IETF in RFCs 6020/7950. |
| 40 | Schemas expressed in this language primarily describe configuration |
| 41 | used by larger network equipment like routers and switches. |
| 42 | . |
| 43 | In addition to handling the schemas itself, the library also provides |
| 44 | functions to process data described by the schemas. |
| 45 | . |
| 46 | This package contains the C headers, a pkgconfig file, and .so entry point |
| 47 | for libyang. |
| 48 | |
| 49 | Package: libyang2-tools |
| 50 | Depends: libyang2 (= ${binary:Version}), |
| 51 | ${misc:Depends}, |
| 52 | ${shlibs:Depends} |
| 53 | Breaks: libyang-tools (<< ${source:Version}) |
| 54 | Replaces: libyang-tools (<< ${source:Version}) |
| 55 | Section: devel |
| 56 | Architecture: any |
| 57 | Description: parser toolkit for IETF YANG data modeling - executable tools |
| 58 | This package provides the "yanglint" and "yangre" tools which can be used |
| 59 | during the creation of IETF YANG schemas. The tools are not generally |
| 60 | useful for normal operation where libyang primarily processes configuration |
| 61 | data, not schemas. |
| 62 | |
| 63 | Package: libyang-tools |
| 64 | Depends: libyang2-tools (>= ${source:Version}), |
| 65 | ${misc:Depends} |
| 66 | Section: oldlibs |
| 67 | Architecture: all |
| 68 | Description: parser toolkit for IETF YANG data modeling [dummy package] |
| 69 | This is empty dependency package to pull the executable tools. It's |
| 70 | safe to remove. |