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 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
|
Source: yuma123
Section: net
Priority: optional
Maintainer: Vladimir Vassilev <vladimir@lightside-instruments.com>
Build-Depends:
debhelper (>= 10),
autoconf,
libncurses5-dev,
libreadline-dev,
libssh2-1-dev,
libssl-dev,
libtool,
libxml2-dev,
pkg-config,
zlib1g-dev
Standards-Version: 4.6.1
Homepage: https://yuma123.org
Package: libyuma-base
Section: libs
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Configuration script, YANG modules and documentation
The NETCONF protocol and YANG modeling language provide a framework
for the exchange of management information between agents (servers)
and clients.
.
This package includes configuration scripts, documentation and YANG
modules for the NETCONF an YANG libraries, agents and
applications. YANG modules contain a formal description of the data that can be
managed using NETCONF and applications.
Package: libyuma2
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libyuma-base
Description: NETCONF/YANG library
The NETCONF protocol and YANG modeling language provide a framework
for the exchange of management information between agents (servers)
and clients.
.
The yuma123 libyuma library contains common functions for the construction,
sending, receiving, decoding, and manipulation of the NETCONF requests
and responses.
Package: libyuma-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Provides: libyuma-dev
Depends: ${misc:Depends}
Description: NETCONF/YANG application development files
The NETCONF protocol and YANG modeling language provide a framework
for the exchange of management information between agents (servers)
and clients.
.
The yuma123 libyuma development files include the library headers, static
libraries, and documentation needed for development of custom NETCONF/YANG
applications.
Package: netconfd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, debconf, lsb-base, libyuma-base, libyuma2
Description: NETCONF (RFC6241) agent
NETCONF provides a framework
for the exchange of management information between agents (servers)
and clients.
.
The yuma123 agent is a daemon which listens for incoming NETCONF
requests from clients and provides responses.
Package: yangcli
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libyuma-base, libyuma2
Description: NETCONF/YANG command line client application
The NETCONF protocol and the YANG modeling language provide a framework
for the exchange of management information between agents (servers)
and clients.
.
The yuma123 yangcli application allows the user to issue NETCONF requests
to agents according to the specific YANG modules of the agents.
Package: yangdump
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libyuma-base, libyuma2
Description: Validate YANG modules and convert them to different formats
The NETCONF protocol and the YANG modeling language provide a framework
for the exchange of management information between agents (servers)
and clients.
.
The yangdump application allows the user to validate YANG modules
and convert YANG to different formats.
Package: netconfd-module-ietf-interfaces
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, debconf, lsb-base, libyuma2 (>= 2.8)
Description: SIL module for netconfd implementing ietf-interfaces.yang
The NETCONF protocol and YANG modeling language provide a framework
for the exchange of management information between agents (servers)
and clients.
.
The yuma123 netconfd module ietf-interfaces implements the functionality
modeled in ietf-interfaces.yang using some common command line tools.
Package: netconfd-module-ietf-system
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, debconf, lsb-base, libyuma2 (>= 2.8)
Description: SIL module for netconfd implementing ietf-system.yang
The NETCONF protocol and YANG modeling language provide a framework
for the exchange of management information between agents (servers)
and clients.
.
The yuma123 netconfd module ietf-interfaces implements the functionality
modeled in ietf-system.yang using some common command line tools.
Package: libyangrpc2
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libyuma-base, libyuma2
Description: NETCONF/YANG library for simple client applications
The NETCONF protocol and YANG modeling language provide a framework
for the exchange of management information between agents (servers)
and clients.
.
The yuma123 yangrpc library contains common functions for the construction,
sending, receiving, decoding, and manipulation of the NETCONF requests
and responses used on simple manager clients.
Package: libyangrpc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Provides: libyangrpc-dev
Depends: libc6-dev, libyangrpc2 (=${binary:Version}),${misc:Depends}
Description: NETCONF/YANG simple client applications development files
The NETCONF protocol and YANG modeling language provide a framework
for the exchange of management information between agents (servers)
and clients.
.
The yuma123 libyangrpc development files include the library headers, static
libraries, and documentation needed for development of custom NETCONF/YANG
applications.
|