File: control

package info (click to toggle)
yuma123 2.14-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,436 kB
  • sloc: ansic: 185,144; cpp: 10,968; python: 7,990; sh: 2,676; makefile: 1,175; xml: 807; exp: 776; perl: 70
file content (32 lines) | stat: -rw-r--r-- 961 bytes parent folder | download
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
Source: yuma123-python
Section: net
Priority: optional
Maintainer: Vladimir Vassilev <vladimir@lightside-instruments.com>
Build-Depends:
 debhelper (>= 10),
 autoconf,
 libxml2-dev,
 libyangrpc-dev (>= 2.14),
 libyuma-dev (>= 2.14),
 pkg-config,
 dh-python,
 python3-all-dev,
 libpython3-all-dev,
 python3-setuptools
Standards-Version: 4.4.1
Homepage: https://yuma123.org

Package: python3-yuma
Section: python
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-lxml, libyuma2 (>=2.14), libyangrpc2 (>=2.14)
X-Python3-Versions: ${python3:Versions}
Provides: libyuma-python, ${python3:Provides}
Description:  NETCONF/YANG Python support
 The NETCONF protocol and YANG modeling language provide a framework
 for the exchange of management information between agents (servers)
 and clients.
 .
 The yuma123 Python support files provide Python functions for
 integration of NETCONF/YANG into applications written in Python.