Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 15 → Rev 16

/branches/experimental/debian/control
2,16 → 2,16
Section: libs
Priority: optional
Maintainer: Magnus Holmgren <magnus@kibibyte.se>
Build-Depends: debhelper (>= 4.0.0), libgmp3-dev, m4, autotools-dev, dpatch
Build-Depends: debhelper (>= 4), libgmp3-dev, m4, autotools-dev, dpatch
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk
XS-Vcs-Svn: svn://svn.kibibyte.se/nettle/branches/experimental
XS-Vcs-Browser: http://svn.kibibyte.se/nettle
 
Package: libnettle2
Package: libnettle3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: low level cryptographic library
Description: low level cryptographic library (symmetric and one-way cryptos)
Nettle is a cryptographic library that is designed to fit easily in more or
less any context: In crypto toolkits for object-oriented languages (C++,
Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
26,10 → 26,31
.
Homepage: http://www.lysator.liu.se/~nisse/nettle/
 
Package: libnettle-dev
Package: libhogweed1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: low level cryptographic library (public-key cryptos)
Nettle is a cryptographic library that is designed to fit easily in more or
less any context: In crypto toolkits for object-oriented languages (C++,
Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
space.
.
It tries to solve a problem of providing a common set of cryptographic
algorithms for higher-level applications by implementing a
context-independent set of cryptographic algorithms. In that light, Nettle
doesn't do any memory allocation or I/O, it simply provides the
cryptographic algorithms for the application to use in any environment and
in any way it needs.
.
Homepage: http://www.lysator.liu.se/~nisse/nettle/
 
Package: nettle-dev
Section: libdevel
Architecture: any
Depends: libnettle2 (= ${binary:Version}), libgmp3-dev
Depends: libnettle3 (= ${binary:Version}), libhogweed1 (= ${binary:Version}), libgmp3-dev
Replaces: libnettle-dev
Conflicts: libnettle-dev
Description: low level cryptographic library (development files)
Nettle is a cryptographic library that is designed to fit easily in more or
less any context: In crypto toolkits for object-oriented languages (C++,
51,7 → 72,8
Section: misc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libnettle1
Suggests: lsh-utils-doc | lsh-doc
Conflicts: libnettle1, lsh-utils (<< 2.0.3-2)
Description: low level cryptographic library (binary tools)
Nettle is a cryptographic library that is designed to fit easily in more or
less any context: In crypto toolkits for object-oriented languages (C++,
71,5 → 93,6
lfib (non-cryptographic) pseudorandom generator.
- sexp-conv - conversion tool for handling the different flavours of sexp
syntax.
- pkcs1-conv - converts PKCS#1 keys to sexp format.
.
Homepage: http://www.lysator.liu.se/~nisse/nettle/