libyang2 2.0.112-4 source package in Ubuntu

Changelog

libyang2 (2.0.112-4) unstable; urgency=medium

  * Fix autopkgtest test file location after package rename

 -- Ondřej Surý <email address hidden>  Mon, 22 Nov 2021 13:40:45 +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-4.dsc 2.2 KiB 039cad70e1ec03a1f67fd9bc6251729b3142abd7c9d57debb261c6e19a843390
libyang2_2.0.112.orig.tar.gz 1.0 MiB 909d7706185e2e7f85c1d6cb94c299c2c0a22b68363dde010981333f662ceac8
libyang2_2.0.112-4.debian.tar.xz 11.0 KiB 08e48c6c29c077e25319254ddbca520ee5d41b2a709d5fb71f71fa8c39d2714d

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