libyang2 2.0.7-1 source package in Ubuntu

Changelog

libyang2 (2.0.7-1) unstable; urgency=low

  * Initial upload of src:libyang2
  * Rename libyang-tools to libyang2-tools to sync up with RPM
  * Update symbols file

 -- Ondřej Surý <email address hidden>  Mon, 13 Sep 2021 21:06:35 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libyang2_2.0.7-1.dsc 2.2 KiB 86acb475ff2674b6474e3e9ec01120cf3c059631ee650302fc86841e2b0777a9
libyang2_2.0.7.orig.tar.gz 1007.5 KiB f3d6de1f8134c5c90b21e84252a4c64cb37906fa88324107391c50fa75840bb4
libyang2_2.0.7-1.debian.tar.xz 11.0 KiB 36387d945ca7368fc857e3c4f20a315696b2db0e33da0896b90390fa8d96f900

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