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
|
Source: vpp
Section: net
Priority: extra
Maintainer: fd.io VPP Packaging Team <vpp-dev@fd.io>
Build-Depends: debhelper (>= 9),
dh-systemd,
dh-python,
python-all
Standards-Version: 3.9.4
Package: vpp
Architecture: any
Depends: libvppinfra (= ${source:Version}),
${shlibs:Depends},
${misc:Depends},
${python:Depends}
Description: Vector Packet Processing--executables
This package provides VPP executables: vpp, vpp_api_test, vpp_json_test
vpp - the vector packet engine
vpp_api_test - vector packet engine API test tool
vpp_json_test - vector packet engine JSON test tool
Package: vpp-dbg
Architecture: any
Depends: ${misc:Depends}
Description: Vector Packet Processing--debug symbols
Package: vpp-dev
Architecture: any
Depends: libvppinfra-dev (= ${source:Version}),
${misc:Depends},
${python:Depends}
Description: Vector Packet Processing--development support
This package contains development support files for the VPP libraries
.
Package: libvppinfra
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Vector Packet Processing--runtime libraries
This package contains the VPP shared libraries, including:
.
Package: libvppinfra-dev
Architecture: any
Depends: ${misc:Depends}
Description: Vector Packet Processing--runtime libraries
This package contains the VPP shared libraries, including:
.
Package: vpp-plugin-core
Architecture: any
Depends: vpp (= ${source:Version}),
${misc:Depends}
Description: Vector Packet Processing--runtime core plugins
This package contains VPP core plugins
.
Package: vpp-plugin-dpdk
Architecture: any
Depends: vpp (= ${source:Version}),
${misc:Depends}
Description: Vector Packet Processing--runtime dpdk plugin
This package contains the VPP dpdk plugin
.
Package: vpp-api-python
Architecture: any
Depends: vpp (= ${source:Version}),
${python2:Depends},
${misc:Depends}
Description: VPP Python API bindings
This package contains VPP python api bindings
.
|