opam-version: "2.0"
maintainer: "Xavier Leroy <xavier.leroy@inria.fr>"
authors: ["Xavier Leroy"]
bug-reports: "https://github.com/xavierleroy/cryptokit/issues"
homepage: "https://github.com/xavierleroy/cryptokit"
dev-repo: "git+https://github.com/xavierleroy/cryptokit.git"
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "conf-zlib"
  "conf-gmp-powm-sec"
  "zarith" {>= "1.4"}
]
build: make
install: [make "install"]
synopsis: "A library of cryptographic primitives."
description: """
Cryptokit includes block ciphers (AES, DES, 3DES), stream ciphers
(ARCfour), public-key crypto (RSA, DH), hashes (SHA-1, SHA-256,
SHA-3), MACs, compression, random number generation -- all presented
with a compositional, extensible interface."""
url {
  src: "https://github.com/xavierleroy/cryptokit/archive/release114.tar.gz"
  checksum: "md5=9c7faf35494a5d0867b41c898e20751d"
}
