File: control

package info (click to toggle)
nacl 20110221-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,560 kB
  • sloc: asm: 19,669; ansic: 13,434; cpp: 1,125; sh: 933; makefile: 32
file content (41 lines) | stat: -rw-r--r-- 1,316 bytes parent folder | download
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
32
33
34
35
36
37
38
39
40
41
Source: nacl
Maintainer: Jan Mojžíš <jan.mojzis@gmail.com>
Priority: optional
Standards-Version: 4.7.0
Section: libs
Homepage: https://nacl.cr.yp.to/
Build-Depends:
 debhelper-compat (= 13),
 libcpucycles-dev,
 librandombytes-dev,
Vcs-Git: https://salsa.debian.org/debian/nacl.git
Vcs-Browser: https://salsa.debian.org/debian/nacl
Rules-Requires-Root: no

Package: nacl-tools
Section: net
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs: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:
 ${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.