Shock Jiang | 010a4ae | 2014-11-26 14:55:19 -0800 | [diff] [blame] | 1 | Source: ndns |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame^] | 2 | Section: net |
| 3 | Priority: optional |
Shock Jiang | 010a4ae | 2014-11-26 14:55:19 -0800 | [diff] [blame] | 4 | Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.edu> |
Alex Afanasyev | 27ebf7c | 2022-02-17 22:03:14 +0000 | [diff] [blame] | 5 | Build-Depends: debhelper (>= 9.20160709), |
Davide Pesavento | 97e35aa | 2022-04-23 15:45:26 -0400 | [diff] [blame] | 6 | python3 (>= 3.6.0), |
Shock Jiang | 010a4ae | 2014-11-26 14:55:19 -0800 | [diff] [blame] | 7 | pkg-config (>= 0.26), |
Davide Pesavento | 97e35aa | 2022-04-23 15:45:26 -0400 | [diff] [blame] | 8 | libndn-cxx-dev (>= 0.8.0), |
| 9 | python3-sphinx (>= 1.6.0), |
| 10 | git |
Alex Afanasyev | 27ebf7c | 2022-02-17 22:03:14 +0000 | [diff] [blame] | 11 | Standards-Version: 4.5.0 |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame^] | 12 | Homepage: https://github.com/named-data/ndns |
| 13 | Vcs-Browser: https://github.com/named-data/ndns |
| 14 | Vcs-Git: https://github.com/named-data/ndns.git |
Shock Jiang | 010a4ae | 2014-11-26 14:55:19 -0800 | [diff] [blame] | 15 | |
| 16 | Package: ndns |
Alexander Afanasyev | 24acc84 | 2017-01-26 05:45:20 +0000 | [diff] [blame] | 17 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
Shock Jiang | 010a4ae | 2014-11-26 14:55:19 -0800 | [diff] [blame] | 18 | Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx, nfd |
| 19 | Description: Domain Name Service for Named Data Networking |
| 20 | NDNS is a completely distributed database system that largely mimics |
| 21 | the structure of the DNS system in today's Internet but operates within |
| 22 | the NDN architecture. |