blob: 485ce73edb7aa0683b448db9ee4f92680d4045c9 [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
Alexander Afanasyev5518dca2015-07-23 09:14:21 +000031Package: ndn-tlv-ping
32Architecture: i386 amd64
33Depends: ndnping
34Description: deprecated package, use ndnping instead
35
Alexander Afanasyev94c793a2015-07-23 04:11:36 +000036Package: ndnpeek
37Architecture: i386 amd64
38Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
39Description: ndnpeek and ndnpoke are a pair of programs to request and make available
40 for retrieval of a single Data packet.
41
42Package: ndn-dissect
43Architecture: i386 amd64
44Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
45Description: An NDN packet format inspector. It reads zero or more NDN packets from either
46 an input file or the standard input, and displays the Type-Length-Value (TLV) structure
47 of those packets on the standard output.
48