libyang2 2.0.112-2 source package in Ubuntu

Changelog

libyang2 (2.0.112-2) unstable; urgency=medium

  * Fix the autopkgtests for libyang2 package

 -- Ondřej Surý <email address hidden>  Sat, 13 Nov 2021 13:26:48 +0100

Upload details

Uploaded by:
Ondřej Surý
Uploaded to:
Sid
Original maintainer:
Ondřej Surý
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libyang2_2.0.112-2.dsc 2.2 KiB 57e03263485f7b35c072389bc88e88e6662c39acfeffedecbc3837cc51d4bdc5
libyang2_2.0.112.orig.tar.gz 1.0 MiB 909d7706185e2e7f85c1d6cb94c299c2c0a22b68363dde010981333f662ceac8
libyang2_2.0.112-2.debian.tar.xz 11.0 KiB 6d39c068391f9aa634d1919a26ae3140a07906681ad82224d136fa9e506d41b0

Available diffs

No changes file available.

Binary packages built by this source

libyang-tools: parser toolkit for IETF YANG data modeling [dummy package]

 This is empty dependency package to pull the executable tools. It's
 safe to remove.

libyang2: parser toolkit for IETF YANG data modeling - runtime

 Libyang implements functions to process schemas expressed in the
 YANG data modeling language defined by the IETF in RFCs 6020/7950.
 Schemas expressed in this language primarily describe configuration
 used by larger network equipment like routers and switches.
 .
 In addition to handling the schemas itself, the library also provides
 functions to process data described by the schemas.
 .
 The library is implemented in C and provides an API for other software
 to use in processing configurations.

libyang2-dbgsym: debug symbols for libyang2
libyang2-dev: parser toolkit for IETF YANG data modeling - development files

 Libyang implements functions to process schemas expressed in the
 YANG data modeling language defined by the IETF in RFCs 6020/7950.
 Schemas expressed in this language primarily describe configuration
 used by larger network equipment like routers and switches.
 .
 In addition to handling the schemas itself, the library also provides
 functions to process data described by the schemas.
 .
 This package contains the C headers, a pkgconfig file, and .so entry point
 for libyang.

libyang2-tools: parser toolkit for IETF YANG data modeling - executable tools

 This package provides the "yanglint" and "yangre" tools which can be used
 during the creation of IETF YANG schemas. The tools are not generally
 useful for normal operation where libyang primarily processes configuration
 data, not schemas.

libyang2-tools-dbgsym: debug symbols for libyang2-tools