File: control

package info (click to toggle)
nacl 20110221-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,264 kB
  • sloc: asm: 19,669; ansic: 13,199; cpp: 1,125; sh: 793; makefile: 72
file content (31 lines) | stat: -rw-r--r-- 1,182 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: nacl
Maintainer: Sergiusz Pawlowicz <debian@pawlowicz.name>
Priority: extra
Standards-Version: 3.9.2.0
Section: libs
Homepage: http://nacl.cace-project.eu/
Build-Depends: debhelper (>= 7.3.8), docbook-to-man

Package: nacl-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: NaCl and CurveCP tools
 NaCl (pronounced "salt") is a new easy-to-use high-speed 
 software library for network communication, encryption, 
 decryption, signatures, etc. NaCl's goal is to provide 
 all of the core operations needed to build higher-level
 cryptographic tools. Tools include basic programs to
 deploy CurveCP message-handling.

Package: libnacl-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: High-speed software library for network communication
 NaCl (pronounced "salt") is a new easy-to-use high-speed 
 software library for network communication, encryption, 
 decryption, signatures, etc. NaCl's goal is to provide 
 all of the core operations needed to build higher-level 
 cryptographic tools.
 This package contains header and library files needed
 for software development that makes use of NaCl.