]> git.pld-linux.org Git - packages/ocaml-cryptokit.git/blame - ocaml-cryptokit.spec
- updated to 1.2
[packages/ocaml-cryptokit.git] / ocaml-cryptokit.spec
CommitLineData
cd1b6e93
MM
1Summary: Cryptographic toolkit for OCaml
2Summary(pl): Biblioteka kryptograficzna dla OCamla
3Name: ocaml-cryptokit
e61d9c54
AF
4Version: 1.2
5Release: 1
aefc526d 6License: LGPL w/ linking exceptions
cd1b6e93
MM
7Group: Libraries
8Vendor: Xavier Leroy <Xavier.Leroy@inria.fr>
9URL: http://pauillac.inria.fr/~xleroy/software.html
10Source0: http://caml.inria.fr/distrib/bazar-ocaml/cryptokit-%{version}.tar.gz
e61d9c54 11# Source0-md5: 0249135953f10c1515e88985b45ee4c9
cd1b6e93
MM
12BuildRequires: zlib-devel
13BuildRequires: ocaml >= 3.04-7
14%requires_eq ocaml-runtime
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18The Cryptokit library for Objective Caml provides a variety of
19cryptographic primitives that can be used to implement cryptographic
20protocols in security-sensitive applications. The primitives provided
21include: symmetric-key cryptography: AES, DES, Triple-DES, ARCfour, in
22ECB, CBC, CFB and OFB modes; public-key cryptography: RSA; hash
23functions and MACs: SHA-1, MD5, and MACs based on AES and DES; random
24number generation; encodings and compression: base 64, hexadecimal,
25Zlib compression.
26
27This package contains files needed to run bytecode executables using
28this library.
29
30%description -l pl
31