Subversion Repositories

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

Rev 16 | 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
4
Maintainer: Magnus Holmgren <magnus@kibibyte.se>
16 magnus 5
Build-Depends: debhelper (>= 4), libgmp3-dev, m4, autotools-dev, dpatch
2 magnus 6
Standards-Version: 3.7.2
16 magnus 7
XS-Vcs-Svn: svn://svn.kibibyte.se/nettle/branches/experimental
7 magnus 8
XS-Vcs-Browser: http://svn.kibibyte.se/nettle
2 magnus 9
 
16 magnus 10
Package: libnettle3
2 magnus 11
Section: libs
12
Architecture: any
13
Depends: ${shlibs:Depends}, ${misc:Depends}
16 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
 .
27
  Homepage: http://www.lysator.liu.se/~nisse/nettle/
28
 
16 magnus 29
Package: libhogweed1
30
Section: libs
31
Architecture: any
32
Depends: ${shlibs:Depends}, ${misc:Depends}
33
Description: low level cryptographic library (public-key cryptos)
34
 Nettle is a cryptographic library that is designed to fit easily in more or
35
 less any context: In crypto toolkits for object-oriented languages (C++,
36
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
37
 space.
38
 .
39
 It tries to solve a problem of providing a common set of cryptographic
40
 algorithms for higher-level applications by implementing a
41
 context-independent set of cryptographic algorithms. In that light, Nettle
42
 doesn't do any memory allocation or I/O, it simply provides the
43
 cryptographic algorithms for the application to use in any environment and
44
 in any way it needs.
45
 .
46
  Homepage: http://www.lysator.liu.se/~nisse/nettle/
47
 
48
Package: nettle-dev
2 magnus 49
Section: libdevel
50
Architecture: any
16 magnus 51
Depends: libnettle3 (= ${binary:Version}), libhogweed1 (= ${binary:Version}), libgmp3-dev
21 magnus 52
Replaces: libnettle-dev (<< 1.16~cvs20070603)
53
Conflicts: libnettle-dev (<< 1.16~cvs20070603)
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
  Homepage: http://www.lysator.liu.se/~nisse/nettle/
70
 
21 magnus 71
Package: libnettle-dev
72
Section: libdevel
73
Architecture: all
74
Depends: nettle-dev
75
Description: dummy package for transition to nettle-dev
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
 Since nettle now is split in two libraries, libnettle and libhogweed,
82
 the -dev package is called nettle-dev. This dummy package simply
83
 depends on that and can safely be uninstalled.
84
 
2 magnus 85
Package: nettle-bin
86
Section: misc
87
Architecture: any
88
Depends: ${shlibs:Depends}, ${misc:Depends}
16 magnus 89
Suggests: lsh-utils-doc | lsh-doc
90
Conflicts: libnettle1, lsh-utils (<< 2.0.3-2)
2 magnus 91
Description: low level cryptographic library (binary tools)
92
 Nettle is a cryptographic library that is designed to fit easily in more or
93
 less any context: In crypto toolkits for object-oriented languages (C++,
94
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
95
 space.
96
 .
97
 It tries to solve a problem of providing a common set of cryptographic
98
 algorithms for higher-level applications by implementing a
99
 context-independent set of cryptographic algorithms. In that light, Nettle
100
 doesn't do any memory allocation or I/O, it simply provides the
101
 cryptographic algorithms for the application to use in any environment and
102
 in any way it needs.
103
 .
104
 This package contains binary utilities that accompany the library:
105
 .
106
    - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth
107
      lfib (non-cryptographic) pseudorandom generator.
108
    - sexp-conv - conversion tool for handling the different flavours of sexp
109
      syntax.
16 magnus 110
    - pkcs1-conv - converts PKCS#1 keys to sexp format.
2 magnus 111
 .
112
  Homepage: http://www.lysator.liu.se/~nisse/nettle/