1
0

control 737 B

123456789101112131415161718
  1. Source: cjdns
  2. Section: comm
  3. Priority: extra
  4. Maintainer: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
  5. Build-Depends: debhelper (>= 8.0.0), cmake (>= 2.8)
  6. Standards-Version: 3.9.2
  7. Homepage: https://github.com/cjdelisle/cjdns/
  8. Vcs-Git: git://github.com/cjdelisle/cjdns.git
  9. Vcs-Browser: https://github.com/cjdelisle/cjdns/
  10. Package: cjdns
  11. Architecture: any
  12. Depends: ${shlibs:Depends}, ${misc:Depends}
  13. Description: Encrypted networking for regular people
  14. Cjdns implements an encrypted IPv6 network using public key cryptography
  15. for address allocation and a distributed hash table for routing.
  16. This provides near zero-configuration networking without many of the security
  17. and robustness issues that regular IPv4 and IPv6 networks have.