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), |
Davide Pesavento | 981841f | 2022-04-24 15:31:51 -0400 | [diff] [blame] | 7 | pkg-config (>= 0.29), |
| 8 | libboost-all-dev (>= 1.65.1), |
Davide Pesavento | 97e35aa | 2022-04-23 15:45:26 -0400 | [diff] [blame] | 9 | libndn-cxx-dev (>= 0.8.0), |
Davide Pesavento | bdade91 | 2022-04-23 17:21:08 -0400 | [diff] [blame] | 10 | libsqlite3-dev (>= 3.22.0), |
Davide Pesavento | 97e35aa | 2022-04-23 15:45:26 -0400 | [diff] [blame] | 11 | python3-sphinx (>= 1.6.0), |
| 12 | git |
Alex Afanasyev | 27ebf7c | 2022-02-17 22:03:14 +0000 | [diff] [blame] | 13 | Standards-Version: 4.5.0 |
Davide Pesavento | 44c0a3a | 2022-04-23 16:41:31 -0400 | [diff] [blame] | 14 | Homepage: https://github.com/named-data/ndns |
| 15 | Vcs-Browser: https://github.com/named-data/ndns |
| 16 | Vcs-Git: https://github.com/named-data/ndns.git |
Shock Jiang | 010a4ae | 2014-11-26 14:55:19 -0800 | [diff] [blame] | 17 | |
| 18 | Package: ndns |
Alexander Afanasyev | 24acc84 | 2017-01-26 05:45:20 +0000 | [diff] [blame] | 19 | Architecture: i386 amd64 arm64 armel armhf ppc64el |
Davide Pesavento | cc0ab5d | 2022-04-24 15:47:21 -0400 | [diff] [blame^] | 20 | Depends: ${shlibs:Depends}, ${misc:Depends}, nfd |
Shock Jiang | 010a4ae | 2014-11-26 14:55:19 -0800 | [diff] [blame] | 21 | Description: Domain Name Service for Named Data Networking |
| 22 | NDNS is a completely distributed database system that largely mimics |
| 23 | the structure of the DNS system in today's Internet but operates within |
| 24 | the NDN architecture. |