libyang2 2.0.112-3 source package in Ubuntu

Changelog

libyang2 (2.0.112-3) unstable; urgency=medium

  * Change the libyang2-dev dependency from libpcre3-dev to libpcre2-dev

 -- Ondřej Surý <email address hidden>  Sat, 13 Nov 2021 16:40:31 +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-3.dsc 2.2 KiB 1b57b3f629e2d41f6ce56731a667e9ba71b020946413fedc4dcd7a4d331226ae
libyang2_2.0.112.orig.tar.gz 1.0 MiB 909d7706185e2e7f85c1d6cb94c299c2c0a22b68363dde010981333f662ceac8
libyang2_2.0.112-3.debian.tar.xz 11.0 KiB e9d1b50dc6ff01aa50f74db4d8b9be6783395e838ac3fd0bc60d572ba8d711e9

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