From 44cad13ca9280160df645f40fd287d16b76a0c4f Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Sat, 12 Aug 2023 08:33:09 +0200 Subject: Remove obsolete debian/control.in --- debian/control.in | 73 ------------------------------------------------------- 1 file changed, 73 deletions(-) delete mode 100644 debian/control.in diff --git a/debian/control.in b/debian/control.in deleted file mode 100644 index 92035b7..0000000 --- a/debian/control.in +++ /dev/null @@ -1,73 +0,0 @@ -Source: cryptokit -Section: ocaml -Priority: optional -Maintainer: Debian OCaml Maintainers -Uploaders: @OCamlTeam@ -Build-Depends: - @cdbs@, - debhelper (>= 7), - zlib1g-dev, - dh-ocaml (>= 0.9) -Standards-Version: 3.8.2 -Homepage: http://pauillac.inria.fr/~xleroy/software.html#cryptokit -Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/cryptokit.git -Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/cryptokit.git - -Package: libcryptokit-ocaml -Architecture: any -Depends: - ${ocaml:Depends}, - ${shlibs:Depends}, - ${misc:Depends} -Provides: ${ocaml:Provides} -Description: cryptographic algorithm library for OCaml - runtime - The Cryptokit library for Objective Caml provides a variety of - cryptographic primitives that can be used to implement cryptographic - protocols in security-sensitive applications. The primitives provided - include: - . - - Symmetric-key ciphers: AES, DES, Triple-DES, ARCfour, - in ECB, CBC, CFB and OFB modes. - - Public-key cryptography: RSA encryption, Diffie-Hellman key agreement. - - Hash functions and MACs: SHA-1, MD5, and MACs based on AES and DES. - - Random number generation. - - Encodings and compression: base 64, hexadecimal, Zlib compression. - . - Additional ciphers and hashes can easily be used in conjunction with - the library. In particular, basic mechanisms such as chaining modes, - output buffering, and padding are provided by generic classes that can - easily be composed with user-provided ciphers. More generally, the library - promotes a "Lego"-like style of constructing and composing - transformations over character streams. - . - This package provides just the shared library for Cryptokit. - -Package: libcryptokit-ocaml-dev -Architecture: any -Depends: - ${ocaml:Depends}, - ${shlibs:Depends}, - ${misc:Depends} -Provides: ${ocaml:Provides} -Description: cryptographic algorithm library for OCaml - development - The Cryptokit library for Objective Caml provides a variety of - cryptographic primitives that can be used to implement cryptographic - protocols in security-sensitive applications. The primitives provided - include: - . - - Symmetric-key ciphers: AES, DES, Triple-DES, ARCfour, - in ECB, CBC, CFB and OFB modes. - - Public-key cryptography: RSA encryption, Diffie-Hellman key agreement. - - Hash functions and MACs: SHA-1, MD5, and MACs based on AES and DES. - - Random number generation. - - Encodings and compression: base 64, hexadecimal, Zlib compression. - . - Additional ciphers and hashes can easily be used in conjunction with - the library. In particular, basic mechanisms such as chaining modes, - output buffering, and padding are provided by generic classes that can - easily be composed with user-provided ciphers. More generally, the library - promotes a "Lego"-like style of constructing and composing - transformations over character streams. - . - This package provides static libraries, interfaces, and documentation - for Cryptokit. -- cgit v1.2.3