Blame debian/control

Packit 8fb591
Source: libyang
Packit 8fb591
Section: libs
Packit 8fb591
Homepage: https://netopeer.liberouter.org/
Packit 8fb591
Maintainer: David Lamparter <equinox-debian@diac24.net>
Packit 8fb591
Uploaders: CESNET <rkrejci@cesnet.cz>
Packit 8fb591
Priority: optional
Packit 8fb591
Standards-Version: 4.2.1
Packit 8fb591
Build-Depends:
Packit 8fb591
 bison,
Packit 8fb591
 cmake,
Packit 8fb591
 debhelper (>= 11~),
Packit 8fb591
 libcmocka-dev ,
Packit 8fb591
 libpcre3-dev,
Packit 8fb591
 swig (>= 3.0.12),
Packit 8fb591
 python3-all-dev,
Packit 8fb591
 python3-all-dbg,
Packit 8fb591
 pkg-config
Packit 8fb591
Vcs-Browser: https://github.com/CESNET/libyang/tree/debian
Packit 8fb591
Vcs-Git: https://github.com/CESNET/libyang.git -b debian
Packit 8fb591
Packit 8fb591
Package: libyang0.16
Packit 8fb591
Depends:
Packit 8fb591
 ${misc:Depends},
Packit 8fb591
 ${shlibs:Depends}
Packit 8fb591
Architecture: any
Packit 8fb591
Description: parser toolkit for IETF YANG data modeling - runtime
Packit 8fb591
 Libyang implements functions to process schemas expressed in the
Packit 8fb591
 YANG data modeling language defined by the IETF in RFCs 6020/7950.
Packit 8fb591
 Schemas expressed in this language primarily describe configuration
Packit 8fb591
 used by larger network equipment like routers and switches.
Packit 8fb591
 .
Packit 8fb591
 In addition to handling the schemas itself, the library also provides
Packit 8fb591
 functions to process data described by the schemas.
Packit 8fb591
 .
Packit 8fb591
 The library is implemented in C and provides an API for other software
Packit 8fb591
 to use in processing configurations.
Packit 8fb591
Packit 8fb591
Package: libyang-dev
Packit 8fb591
Depends:
Packit 8fb591
 ${misc:Depends},
Packit 8fb591
 libpcre3-dev,
Packit 8fb591
 libyang0.16 (= ${binary:Version})
Packit 8fb591
Section: libdevel
Packit 8fb591
Architecture: any
Packit 8fb591
Description: parser toolkit for IETF YANG data modeling - development files
Packit 8fb591
 Libyang implements functions to process schemas expressed in the
Packit 8fb591
 YANG data modeling language defined by the IETF in RFCs 6020/7950.
Packit 8fb591
 Schemas expressed in this language primarily describe configuration
Packit 8fb591
 used by larger network equipment like routers and switches.
Packit 8fb591
 .
Packit 8fb591
 In addition to handling the schemas itself, the library also provides
Packit 8fb591
 functions to process data described by the schemas.
Packit 8fb591
 .
Packit 8fb591
 This package contains the C headers, a pkgconfig file, and .so entry point
Packit 8fb591
 for libyang.
Packit 8fb591
Packit 8fb591
Package: yang-tools
Packit 8fb591
Depends:
Packit 8fb591
 ${misc:Depends},
Packit 8fb591
 ${shlibs:Depends},
Packit 8fb591
 libyang0.16 (= ${binary:Version})
Packit 8fb591
Section: devel
Packit 8fb591
Architecture: any
Packit 8fb591
Description: parser toolkit for IETF YANG data modeling - executable tools
Packit 8fb591
 This package provides the "yanglint" and "yangre" tools which can be used
Packit 8fb591
 during the creation of IETF YANG schemas.  The tools are not generally
Packit 8fb591
 useful for normal operation where libyang primarily processes configuration
Packit 8fb591
 data, not schemas.
Packit 8fb591
Packit 8fb591
Package: libyang-cpp0.16
Packit 8fb591
Depends:
Packit 8fb591
 ${misc:Depends},
Packit 8fb591
 ${shlibs:Depends},
Packit 8fb591
 libyang0.16 (= ${binary:Version})
Packit 8fb591
Architecture: any
Packit 8fb591
Description: parser toolkit for IETF YANG data modeling - C++ runtime
Packit 8fb591
 Partially SWIG-generated bindings to use libyang with a C++ API.
Packit 8fb591
 The functionality is the same as in libyang, the C++ code links wraps
Packit 8fb591
 and uses libyang C code.
Packit 8fb591
Packit 8fb591
Package: libyang-cpp-dev
Packit 8fb591
Depends:
Packit 8fb591
 ${misc:Depends},
Packit 8fb591
 libyang-cpp0.16 (= ${binary:Version}),
Packit 8fb591
 libyang-dev (= ${binary:Version})
Packit 8fb591
Section: libdevel
Packit 8fb591
Architecture: any
Packit 8fb591
Description: parser toolkit for IETF YANG data modeling - C++ development files
Packit 8fb591
 Partially SWIG-generated bindings to use libyang with a C++ API.
Packit 8fb591
 The functionality is the same as in libyang, the C++ code links wraps
Packit 8fb591
 and uses libyang C code.
Packit 8fb591
 .
Packit 8fb591
 This is the accompanying development package, containing headers, a
Packit 8fb591
 pkgconfig file, and .so entry point for the libyang C++ bindings.
Packit 8fb591
Packit 8fb591
Package: python3-yang
Packit 8fb591
Depends:
Packit 8fb591
 ${misc:Depends},
Packit 8fb591
 ${shlibs:Depends},
Packit 8fb591
 ${python3:Depends},
Packit 8fb591
 libyang-cpp0.16 (= ${binary:Version})
Packit 8fb591
Section: python
Packit 8fb591
Architecture: any
Packit 8fb591
Description: parser toolkit for IETF YANG data modeling - python3 support
Packit 8fb591
 This package allows using libyang functionality to load IETF YANG models
Packit 8fb591
 and data from Python3 code.
Packit 8fb591
 .
Packit 8fb591
 The bindings are partially generated by SWIG.
Packit 8fb591
Packit 8fb591
Package: python3-yang-dbg
Packit 8fb591
Depends:
Packit 8fb591
 ${misc:Depends},
Packit 8fb591
 ${shlibs:Depends},
Packit 8fb591
 ${python3:Depends},
Packit 8fb591
 python3-yang (=${binary:Version})
Packit 8fb591
Section: debug
Packit 8fb591
Architecture: any
Packit 8fb591
Description: parser toolkit for IETF YANG data modeling - python3 debug
Packit 8fb591
 This package allows using libyang functionality to load IETF YANG models
Packit 8fb591
 and data from Python3 code.
Packit 8fb591
 .
Packit 8fb591
 This package contains support for debug versions of Python.