libyang2 2.1.30-2 source package in Ubuntu

Changelog

libyang2 (2.1.30-2) unstable; urgency=medium

  * Non-maintainer upload.
  * d/t/{control,yangre}: add a DEP8 test for yangre.

 -- Utkarsh Gupta <email address hidden>  Wed, 01 Feb 2023 14:44:51 +0530

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
Mantic release main misc
Lunar release main misc

Downloads

File Size SHA-256 Checksum
libyang2_2.1.30-2.dsc 2.1 KiB 857410439f4633ff46f25d6472276c482b8c389df082d4588c9a7fb371a15245
libyang2_2.1.30.orig.tar.gz 1.1 MiB 761cfd959342b147f6a43a84c931c7fde68dd3a1ad540a0e5302288b204f073d
libyang2_2.1.30-2.debian.tar.xz 11.8 KiB 175375dc12789415954c3d6bd940c6ea6c3c332a91a2c1728aeabb3f16fa1efc

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: No summary available for libyang2-dbgsym in ubuntu noble.

No description available for libyang2-dbgsym in ubuntu noble.

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