1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: libyang
Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.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.2
Homepage: https://github.com/CESNET/libyang
Vcs-Browser: https://forgejo.debian.net/frr/libyang
Vcs-Git: https://forgejo.debian.net/frr/libyang
Package: libyang-dev
Section: libdevel
Architecture: any
Depends:
libpcre2-dev,
libyang3 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Breaks:
libyang2-dev,
Replaces:
libyang2-dev,
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},
Breaks:
libyang2,
libyang2t64,
Replaces:
libyang2,
libyang2t64,
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},
Breaks:
libyang2-tools,
Replaces:
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.
|