summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Glondu <steph@glondu.net>2023-08-12 08:33:09 +0200
committerStephane Glondu <steph@glondu.net>2023-08-12 08:33:09 +0200
commit44cad13ca9280160df645f40fd287d16b76a0c4f (patch)
tree6255e5a462115c23bdebe0445f4d9c87c9f6a570
parent56a086c22906a9840c1a9ac04953c62f178d9d22 (diff)
Remove obsolete debian/control.in
-rw-r--r--debian/control.in73
1 files changed, 0 insertions, 73 deletions
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 <debian-ocaml-maint@lists.debian.org>
-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.