Eric Newberry | 9e3822a | 2015-06-09 14:07:02 -0700 | [diff] [blame] | 1 | Source: ndns |
| 2 | Priority: extra |
| 3 | Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.edu> |
| 4 | Build-Depends: debhelper (>= 8.0.0), |
| 5 | python (>= 2.7.0), |
| 6 | pkg-config (>= 0.26), |
Alexander Afanasyev | e7eaabd | 2016-03-25 21:34:56 +0000 | [diff] [blame^] | 7 | ndn-cxx-dev (>= 0.4.1), |
Eric Newberry | 9e3822a | 2015-06-09 14:07:02 -0700 | [diff] [blame] | 8 | liblog4cxx10-dev (>= 0.10.0) |
| 9 | Standards-Version: 3.9.2 |
| 10 | Section: net |
| 11 | Homepage: http://github.com/named-data/ndns |
| 12 | Vcs-Git: git://github.com/named-data/ndns.git |
| 13 | Vcs-Browser: http://github.com/named-data/ndns |
| 14 | |
| 15 | Package: ndns |
| 16 | Architecture: i386 amd64 |
| 17 | Depends: ${shlibs:Depends}, ${misc:Depends}, ndn-cxx, nfd |
| 18 | Description: Domain Name Service for Named Data Networking |
| 19 | NDNS is a completely distributed database system that largely mimics |
| 20 | the structure of the DNS system in today's Internet but operates within |
| 21 | the NDN architecture. |