blob: 0278286af9d7443dd9812a4fdc244bae54febdc2 [file] [log] [blame]
Ed Warnickecb9cada2015-12-08 15:45:58 -07001Source: vpp
2Section: net
3Priority: extra
4Maintainer: Cisco OpenVPP Packaging Team <bogus.address@cisco.com>
5Build-Depends: debhelper (>= 9), dkms
6Standards-Version: 3.9.4
7
8Package: vpp
9Architecture: any
10Depends: ${shlibs:Depends}, ${misc:Depends}
11Description: Vector Packet Processing--executables
12 This package provides VPP executables: vpe, vpe_api_test, vpe_json_test
13 vpe - the vector packet engine
14 vpe_api_test - vector packet engine API test tool
15 vpe_json_test - vector packet engine JSON test tool
16
17Package: vpp-dbg
18Architecture: any
19Depends: ${shlibs:Depends}, ${misc:Depends}
20Description: Vector Packet Processing--debug symbols
21
22Package: vpp-dev
23Architecture: any
24Depends: ${shlibs:Depends}, ${misc:Depends}
25Description: Vector Packet Processing--development support
26 This package contains development support files for the VPP libraries, including:
27 .
28 Do we need to list those header files or just leave it blank ?
29 dynamic vectors (vec.c), dynamic bitmaps (bitmap.h), allocation heap of
30 objects (heap.c), allocation pool(pool.h), dynamic hash tables (hash.c), memory
31 allocator (mheap.c), extendable printf-like interface built on top of vectors
32 (format.c), formats for data structures (std-formats.c), and support for clock
33 time-based function calls (timer.c).
34 .
35 TODO: reference and describe only the .h files
36
37Package: vpp-lib
38Architecture: any
39Depends: ${shlibs:Depends}, ${misc:Depends}
40Description: Vector Packet Processing--runtime libraries
41 This package contains the VPP shared libraries, including:
42 .
43 vppinfra - foundation library supporting vectors, hashes, bitmaps, pools, and string formatting.
44 dpdk - Intel DPDK library
45 svm - vm library
46 vlib - vector processing library
47 vlib-api - binary API library
48 vnet - network stack library
49
50Package: vpp-dpdk-dkms
51Architecture: any
52Depends: ${shlibs:Depends}, ${misc:Depends}
53Description: DPDK 2.1 igb_uio_driver
54 This package contains Linux kernel modules distributed with DPDK.