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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
Source: sysrepo
Section: libs
Maintainer: Bastian Germann <bage@debian.org>
Priority: optional
Standards-Version: 4.7.2
Build-Depends:
cmake,
debhelper-compat (= 13),
libyang-dev (>= 4),
pkgconf,
Build-Depends-Indep:
doxygen <!nodoc>,
graphviz <!nodoc>,
Build-Depends-Arch:
libcmocka-dev <!nocheck>,
libsystemd-dev,
systemd-dev | systemd (<< 253-2~),
Homepage: https://github.com/sysrepo/sysrepo
Package: sysrepo
Depends: libsysrepo8 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Section: admin
Architecture: any
Multi-Arch: foreign
Description: YANG-based configuration and operational state data store [tools]
Applications can use sysrepo to store their configuration modeled by provided
YANG model instead of using e.g. flat configuration files. Sysrepo will ensure
data consistency of the data stored in the datastore and enforce data
constraints defined by YANG model.
.
Sysrepo can be easily integrated with management agents such as NETCONF or
RESTCONF servers, using the same client library API that applications use to
access their configuration.
.
This package contains the tools to work with schemas and configuration.
Package: sysrepo-doc
Depends: ${misc:Depends}
Section: doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Description: YANG-based configuration and operational state data store [docs]
Applications can use sysrepo to store their configuration modeled by provided
YANG model instead of using e.g. flat configuration files. Sysrepo will ensure
data consistency of the data stored in the datastore and enforce data
constraints defined by YANG model.
.
Sysrepo can be easily integrated with management agents such as NETCONF or
RESTCONF servers, using the same client library API that applications use to
access their configuration.
.
This package contains the documentation.
Package: sysrepo-plugind
Depends: libsysrepo8 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Section: admin
Architecture: any
Multi-Arch: foreign
Description: YANG-based configuration and operational state data store [daemon]
Applications can use sysrepo to store their configuration modeled by provided
YANG model instead of using e.g. flat configuration files. Sysrepo will ensure
data consistency of the data stored in the datastore and enforce data
constraints defined by YANG model.
.
Sysrepo can be easily integrated with management agents such as NETCONF or
RESTCONF servers, using the same client library API that applications use to
access their configuration.
.
This package contains the daemon for grouping sysrepo plugins.
Package: sysrepo-modules
Depends: ${misc:Depends}
Architecture: all
Multi-Arch: foreign
Description: YANG-based configuration and operational state data store [YANG modules]
Applications can use sysrepo to store their configuration modeled by provided
YANG model instead of using e.g. flat configuration files. Sysrepo will ensure
data consistency of the data stored in the datastore and enforce data
constraints defined by YANG model.
.
Sysrepo can be easily integrated with management agents such as NETCONF or
RESTCONF servers, using the same client library API that applications use to
access their configuration.
.
This package contains several YANG modules.
Package: libsysrepo8
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends},
sysrepo-modules
Architecture: any
Multi-Arch: same
Description: YANG-based configuration and operational state data store [C library]
Applications can use sysrepo to store their configuration modeled by provided
YANG model instead of using e.g. flat configuration files. Sysrepo will ensure
data consistency of the data stored in the datastore and enforce data
constraints defined by YANG model.
.
Sysrepo can be easily integrated with management agents such as NETCONF or
RESTCONF servers, using the same client library API that applications use to
access their configuration.
.
This package contains the shared C library.
Package: libsysrepo-dev
Depends: libsysrepo8 (= ${binary:Version}),
libyang-dev,
${misc:Depends},
Section: libdevel
Architecture: any
Multi-Arch: same
Description: YANG-based configuration and operational state data store [C development]
Applications can use sysrepo to store their configuration modeled by provided
YANG model instead of using e.g. flat configuration files. Sysrepo will ensure
data consistency of the data stored in the datastore and enforce data
constraints defined by YANG model.
.
Sysrepo can be easily integrated with management agents such as NETCONF or
RESTCONF servers, using the same client library API that applications use to
access their configuration.
.
This package contains the C headers.
|