~ubuntu-branches/ubuntu/karmic/nettle/karmic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Marek Habersack
  • Date: 2004-05-04 15:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20040504155602-5l7iv327pnxndcao
Tags: 1.10-1
The latest upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: nettle
 
2
Section: libs
 
3
Priority: optional
 
4
Maintainer: Marek Habersack <grendel@debian.org>
 
5
Build-Depends: debhelper (>= 4.0.0), libgmp3-dev
 
6
Standards-Version: 3.6.0
 
7
 
 
8
Package: libnettle2
 
9
Section: libs
 
10
Architecture: any
 
11
Depends: ${shlibs:Depends}, ${misc:Depends}
 
12
Description: low level cryptographic library
 
13
 Nettle is a cryptographic library that is designed to fit easily in more or
 
14
 less any context: In crypto toolkits for object-oriented languages (C++,
 
15
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
 
16
 space.
 
17
 .
 
18
 It tries to solve a problem of providing a common set of cryptographic 
 
19
 algorithms for higher-level applications by implementing a
 
20
 context-independent set of cryptographic algorithms. In that light, Nettle
 
21
 doesn't do any memory allocation or I/O, it simply provides the
 
22
 cryptographic algorithms for the application to use in any environment and
 
23
 in any way it needs.
 
24
 
 
25
Package: libnettle-dev
 
26
Section: libdevel
 
27
Architecture: any
 
28
Depends: libnettle2 (= ${Source-Version})
 
29
Description: low level cryptographic library (development files)
 
30
 Nettle is a cryptographic library that is designed to fit easily in more or
 
31
 less any context: In crypto toolkits for object-oriented languages (C++,
 
32
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
 
33
 space.
 
34
 .
 
35
 It tries to solve a problem of providing a common set of cryptographic 
 
36
 algorithms for higher-level applications by implementing a
 
37
 context-independent set of cryptographic algorithms. In that light, Nettle
 
38
 doesn't do any memory allocation or I/O, it simply provides the
 
39
 cryptographic algorithms for the application to use in any environment and
 
40
 in any way it needs.
 
41
 .
 
42
 This package contains the development files (C headers and static libraries)
 
43
 
 
44
Package: nettle-bin
 
45
Section: misc
 
46
Architecture: any
 
47
Depends: ${shlibs:Depends}, ${misc:Depends}
 
48
Conflicts: libnettle1
 
49
Description: low level cryptographic library (binary tools)
 
50
 Nettle is a cryptographic library that is designed to fit easily in more or
 
51
 less any context: In crypto toolkits for object-oriented languages (C++,
 
52
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
 
53
 space.
 
54
 .
 
55
 It tries to solve a problem of providing a common set of cryptographic 
 
56
 algorithms for higher-level applications by implementing a
 
57
 context-independent set of cryptographic algorithms. In that light, Nettle
 
58
 doesn't do any memory allocation or I/O, it simply provides the
 
59
 cryptographic algorithms for the application to use in any environment and
 
60
 in any way it needs.
 
61
 .
 
62
 This package contains binary utilities that accompany the library:
 
63
 .
 
64
    - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth 
 
65
      lfib (non-cryptographic) pseudorandom generator.
 
66
    - sexp-conv - conversion tool for handling the different flavours of sexp
 
67
      syntax.