Subversion Repositories

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

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