blob: f4a9314a6bf1d6153584572497984cdf4b735b49 [file] [log] [blame]
Alexander Afanasyev8ffd4142015-09-01 20:01:08 +00001Source: ndn-tools
2Priority: extra
3Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
4Build-Depends: debhelper (>= 8.0.0),
5 python (>= 2.7.0),
6 pkg-config (>= 0.26),
7 libpcap-dev,
8 python-sphinx,
Alexander Afanasyev5b439062015-12-30 22:45:42 +00009 ndn-cxx-dev (>= 0.4.0)
Alexander Afanasyev8ffd4142015-09-01 20:01:08 +000010Standards-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
19Description: A collection of essential tools for Named Data Networking
20
21Package: ndndump
22Architecture: i386 amd64
23Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
24Description: A traffic analysis tool that captures Interest and Data packets
25 on the wire, and displays brief information about captured packets.
26
27Package: ndnping
28Architecture: i386 amd64
29Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx, nfd
30Description: Reachability testing tools for Named Data Networking.
31
32Package: ndn-tlv-ping
33Architecture: i386 amd64
34Depends: ndnping
35Description: Deprecated package, use ndnping instead
36
37Package: ndnpeek
38Architecture: i386 amd64
39Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
40Description: ndnpeek and ndnpoke are a pair of programs to request and make available
41 for retrieval of a single Data packet.
42
43Package: ndn-dissect
44Architecture: i386 amd64
45Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
46Description: An NDN packet format inspector. It reads zero or more NDN packets from either
47 an input file or the standard input, and displays the Type-Length-Value (TLV) structure
48 of those packets on the standard output.
49
50Package: ndn-dissect-wireshark
51Architecture: i386 amd64
52Description: Wireshark extension to inspect TLV structure of NDN packets
53
54Package: ndn-pib
55Architecture: i386 amd64
56Description: A service to manage the public information of keys and publish certificates
57