1
0
Fork 0
libyang/debian/control

77 lines
2.3 KiB
Text
Raw Normal View History

Source: libyang3
Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
cmake,
debhelper-compat (= 13),
doxygen <!nodoc>,
graphviz <!nodoc>,
libcmocka-dev <!nocheck>,
libpcre2-dev,
pkgconf,
tcl-expect <!nocheck>,
tclsh <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/CESNET/libyang
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/libyang3
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/libyang3
Package: libyang3-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libpcre2-dev,
libyang3 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: parser toolkit for IETF YANG data modeling language (development)
YANG is a data modeling language for the definition of data sent over network
management protocols (RFC 6020/7950). It can be used to model both configuration
data as well as state data of network elements and is primarily used by larger
network equipment like routers and switches.
.
This package contains the development files.
Package: libyang3
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: parser toolkit for IETF YANG data modeling language (library)
YANG is a data modeling language for the definition of data sent over network
management protocols (RFC 6020/7950). It can be used to model both configuration
data as well as state data of network elements and is primarily used by larger
network equipment like routers and switches.
.
This package contains the shared library.
Package: libyang3-tools
Section: devel
Architecture: any
Multi-Arch: foreign
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Conflicts:
libyang-tools,
libyang2-tools,
Replaces:
libyang-tools,
libyang2-tools,
Description: parser toolkit for IETF YANG data modeling language (tools)
YANG is a data modeling language for the definition of data sent over network
management protocols (RFC 6020/7950). It can be used to model both configuration
data as well as state data of network elements and is primarily used by larger
network equipment like routers and switches.
.
This package contains additional tools.