blob: d442043d910c057aec416efa65b6e760bc213930 [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,
Alexander Afanasyev8ffd4142015-09-01 20:01:08 +00009 python-sphinx,
Alexander Afanasyev94c793a2015-07-23 04:11:36 +000010 ndn-cxx-dev (>= 0.3.3)
11Standards-Version: 3.9.2
12Section: net
13Homepage: http://github.com/named-data/ndn-tools
14Vcs-Git: git://github.com/named-data/ndn-tools.git
15Vcs-Browser: http://github.com/named-data/ndn-tools
16
17Package: ndn-tools
18Architecture: i386 amd64
19Depends: ndndump, ndnping, ndnpeek, ndn-dissect
Alexander Afanasyev8ffd4142015-09-01 20:01:08 +000020Description: A collection of essential tools for Named Data Networking
Alexander Afanasyev94c793a2015-07-23 04:11:36 +000021
22Package: ndndump
23Architecture: i386 amd64
24Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
25Description: A traffic analysis tool that captures Interest and Data packets
26 on the wire, and displays brief information about captured packets.
27
28Package: ndnping
29Architecture: i386 amd64
30Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx, nfd
31Description: Reachability testing tools for Named Data Networking.
32
Alexander Afanasyev5518dca2015-07-23 09:14:21 +000033Package: ndn-tlv-ping
34Architecture: i386 amd64
35Depends: ndnping
Alexander Afanasyev8ffd4142015-09-01 20:01:08 +000036Description: Deprecated package, use ndnping instead
Alexander Afanasyev5518dca2015-07-23 09:14:21 +000037
Alexander Afanasyev94c793a2015-07-23 04:11:36 +000038Package: ndnpeek
39Architecture: i386 amd64
40Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
41Description: ndnpeek and ndnpoke are a pair of programs to request and make available
42 for retrieval of a single Data packet.
43
44Package: ndn-dissect
45Architecture: i386 amd64
46Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx
47Description: An NDN packet format inspector. It reads zero or more NDN packets from either
48 an input file or the standard input, and displays the Type-Length-Value (TLV) structure
49 of those packets on the standard output.
50
Alexander Afanasyev8ffd4142015-09-01 20:01:08 +000051Package: ndn-dissect-wireshark
52Architecture: i386 amd64
53Description: Wireshark extension to inspect TLV structure of NDN packets
54
55Package: ndn-pib
56Architecture: i386 amd64
57Description: A service to manage the public information of keys and publish certificates
58