Initial commit of vpp code.
[vpp.git] / build-root / deb / debian / control
1 Source: vpp
2 Section: net
3 Priority: extra
4 Maintainer: Cisco OpenVPP Packaging Team <bogus.address@cisco.com>
5 Build-Depends: debhelper (>= 9), dkms
6 Standards-Version: 3.9.4
7
8 Package: vpp
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 Description: 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
17 Package: vpp-dbg
18 Architecture: any
19 Depends: ${shlibs:Depends}, ${misc:Depends}
20 Description: Vector Packet Processing--debug symbols
21
22 Package: vpp-dev
23 Architecture: any
24 Depends: ${shlibs:Depends}, ${misc:Depends}
25 Description: 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
37 Package: vpp-lib
38 Architecture: any
39 Depends: ${shlibs:Depends}, ${misc:Depends}
40 Description: 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
50 Package: vpp-dpdk-dkms
51 Architecture: any
52 Depends: ${shlibs:Depends}, ${misc:Depends}
53 Description: DPDK 2.1 igb_uio_driver
54  This package contains Linux kernel modules distributed with DPDK.