Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 51 | Rev 55 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 magnus 1
Source: nettle
2
Section: libs
3
Priority: optional
32 magnus 4
Maintainer: Magnus Holmgren <holmgren@debian.org>
40 magnus 5
Build-Depends: debhelper (>= 5), libgmp3-dev, m4, autotools-dev, dpatch
43 magnus 6
Standards-Version: 3.8.1
33 magnus 7
Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk
8
Vcs-Browser: http://svn.kibibyte.se/nettle
9
Homepage: http://www.lysator.liu.se/~nisse/nettle/
2 magnus 10
 
47 magnus 11
Package: libnettle3
2 magnus 12
Architecture: any
13
Depends: ${shlibs:Depends}, ${misc:Depends}
47 magnus 14
Description: low level cryptographic library (symmetric and one-way cryptos)
2 magnus 15
 Nettle is a cryptographic library that is designed to fit easily in more or
16
 less any context: In crypto toolkits for object-oriented languages (C++,
17
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
18
 space.
19
 .
20
 It tries to solve a problem of providing a common set of cryptographic
21
 algorithms for higher-level applications by implementing a
22
 context-independent set of cryptographic algorithms. In that light, Nettle
23
 doesn't do any memory allocation or I/O, it simply provides the
24
 cryptographic algorithms for the application to use in any environment and
25
 in any way it needs.
26
 
47 magnus 27
Package: libhogweed1
28
Section: libs
29
Architecture: any
30
Depends: ${shlibs:Depends}, ${misc:Depends}
31
Description: low level cryptographic library (public-key cryptos)
32
 Nettle is a cryptographic library that is designed to fit easily in more or
33
 less any context: In crypto toolkits for object-oriented languages (C++,
34
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
35
 space.
36
 .
37
 It tries to solve a problem of providing a common set of cryptographic
38
 algorithms for higher-level applications by implementing a
39
 context-independent set of cryptographic algorithms. In that light, Nettle
40
 doesn't do any memory allocation or I/O, it simply provides the
41
 cryptographic algorithms for the application to use in any environment and
42
 in any way it needs.
43
 
44
Package: nettle-dev
2 magnus 45
Section: libdevel
46
Architecture: any
47 magnus 47
Depends: libnettle3 (= ${binary:Version}), libhogweed1 (= ${binary:Version}), libgmp3-dev
52 magnus 48
Replaces: libnettle-dev
49
Conflicts: libnettle-dev
2 magnus 50
Description: low level cryptographic library (development files)
51
 Nettle is a cryptographic library that is designed to fit easily in more or
52
 less any context: In crypto toolkits for object-oriented languages (C++,
53
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
54
 space.
55
 .
56
 It tries to solve a problem of providing a common set of cryptographic
57
 algorithms for higher-level applications by implementing a
58
 context-independent set of cryptographic algorithms. In that light, Nettle
59
 doesn't do any memory allocation or I/O, it simply provides the
60
 cryptographic algorithms for the application to use in any environment and
61
 in any way it needs.
62
 .
63
 This package contains the development files (C headers and static libraries)
64
 
65
Package: nettle-bin
66
Section: misc
67
Architecture: any
68
Depends: ${shlibs:Depends}, ${misc:Depends}
39 magnus 69
Conflicts: libnettle1, lsh-utils (<< 2.0.4-dfsg-1)
47 magnus 70
Suggests: lsh-utils-doc | lsh-doc
2 magnus 71
Description: low level cryptographic library (binary tools)
72
 Nettle is a cryptographic library that is designed to fit easily in more or
73
 less any context: In crypto toolkits for object-oriented languages (C++,
74
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
75
 space.
76
 .
77
 It tries to solve a problem of providing a common set of cryptographic
78
 algorithms for higher-level applications by implementing a
79
 context-independent set of cryptographic algorithms. In that light, Nettle
80
 doesn't do any memory allocation or I/O, it simply provides the
81
 cryptographic algorithms for the application to use in any environment and
82
 in any way it needs.
83
 .
84
 This package contains binary utilities that accompany the library:
85
 .
86
    - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth
87
      lfib (non-cryptographic) pseudorandom generator.
88
    - sexp-conv - conversion tool for handling the different flavours of sexp
89
      syntax.
15 magnus 90
    - pkcs1-conv - converts PKCS#1 keys to sexp format.
51 magnus 91
 
92
Package: nettle-dbg
93
Section: debug
94
Priority: extra
95
Architecture: any
96
Depends: libnettle3 (= ${binary:Version}) | libhogweed1 (= ${binary:Version}) | nettle-bin (= ${binary:Version})
97
Description: low level cryptographic library (debugging symbols)
98
 Nettle is a cryptographic library that is designed to fit easily in more or
99
 less any context: In crypto toolkits for object-oriented languages (C++,
100
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
101
 space.
102
 .
103
 This package contains the debugging symbols for all binary packages.