blob: 32797d62a31c1c5106d1fa86f58d9a3aa6860e23 [file] [log] [blame]
Alexander Afanasyev94c793a2015-07-23 04:11:36 +00001Source: ndn-tools
2Priority: extra
3Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
4Build-Depends: debhelper (>= 8.0.0),
5 dh-systemd (>= 1.5),
6 python (>= 2.7.0),
7 pkg-config (>= 0.26),
8 libpcap-dev,
9 ndn-cxx-dev (>= 0.3.3)
10Standards-Version: 3.9.2
11Section: net
12Homepage: http://github.com/named-data/ndn-tools
13Vcs-Git: git://github.com/named-data/ndn-tools.git
14Vcs-Browser: http://github.com/named-data/ndn-tools
15
16Package: ndn-tools
17Architecture: i386 amd64
18Depends: ndndump, ndnping, ndnpeek, ndn-dissect
19
20Package: ndndump
21Architecture: i386 amd64
22Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
23Description: A traffic analysis tool that captures Interest and Data packets
24 on the wire, and displays brief information about captured packets.
25
26Package: ndnping
27Architecture: i386 amd64
28Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx, nfd
29Description: Reachability testing tools for Named Data Networking.
30
31Package: ndnpeek
32Architecture: i386 amd64
33Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
34Description: ndnpeek and ndnpoke are a pair of programs to request and make available
35 for retrieval of a single Data packet.
36
37Package: ndn-dissect
38Architecture: i386 amd64
39Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
40Description: An NDN packet format inspector. It reads zero or more NDN packets from either
41 an input file or the standard input, and displays the Type-Length-Value (TLV) structure
42 of those packets on the standard output.
43