Subversion Repositories

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

Rev 16 | Blame | Compare with Previous | Last modification | View Log | RSS feed

Source: nettle
Section: libs
Priority: optional
Maintainer: Magnus Holmgren <magnus@kibibyte.se>
Build-Depends: debhelper (>= 4), libgmp3-dev, m4, autotools-dev, dpatch
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.kibibyte.se/nettle/branches/experimental
XS-Vcs-Browser: http://svn.kibibyte.se/nettle

Package: libnettle3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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
 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: 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: libnettle3 (= ${binary:Version}), libhogweed1 (= ${binary:Version}), libgmp3-dev
Replaces: libnettle-dev (<< 1.16~cvs20070603)
Conflicts: libnettle-dev (<< 1.16~cvs20070603)
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++,
 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.
 .
 This package contains the development files (C headers and static libraries)
 .
  Homepage: http://www.lysator.liu.se/~nisse/nettle/

Package: libnettle-dev
Section: libdevel
Architecture: all
Depends: nettle-dev
Description: dummy package for transition to nettle-dev
 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.
 .
 Since nettle now is split in two libraries, libnettle and libhogweed,
 the -dev package is called nettle-dev. This dummy package simply
 depends on that and can safely be uninstalled.

Package: nettle-bin
Section: misc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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++,
 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.
 .
 This package contains binary utilities that accompany the library:
 .
    - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth 
      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/