opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: [
  [make "all"]
  [make "opt"]
]
remove: [["ocamlfind" "remove" "cryptgps"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
]
install: [make "install"]
synopsis: "Cryptographic functions"
description: """
This library implements the symmetric cryptographic algorithms
Blowfish, DES, and 3DES. The algorithms are written in O'Caml,
i.e. this is not a binding to some C library, but the implementation
itself."""
flags: light-uninstall
url {
  src: "http://download.camlcity.org/download/cryptgps-0.2.1.tar.gz"
  checksum: "md5=656afb40fa681079296551b546cb02df"
  mirrors: "http://download2.camlcity.org/download/cryptgps-0.2.1.tar.gz"
}
