opam-version: "2.0"
maintainer: "opam-devel@lists.ocaml.org"
build: make
remove: [["ocamlfind" "remove" "cryptokit"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
  "conf-zlib"
  "num"
]
install: [make "install"]
synopsis: "Cryptographic primitives library."
description: """
Cryptokit includes block ciphers (AES, DES, 3DES), stream ciphers (ARCfour),
public-key crypto (RSA, DH), hashes (SHA-1, SHA-256), MACs, random number
generation -- all presented with a compositional, extensible interface."""
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/cryptokit/cryptokit/1.10/cryptokit-1.10.tar.gz"
  checksum: "md5=aa697b894f87cc19643543ad1dae6c3f"
}
