opam-version: "2.0"
maintainer: "Nathan Rebours <nathan@cryptosense.com>"
authors: "Nathan Rebours <nathan@cryptosense.com>"
homepage: "https://github.com/cryptosense/key-parsers"
bug-reports: "https://github.com/cryptosense/key-parsers/issues"
license: "BSD-2-Clause"
dev-repo: "git+https://github.com/cryptosense/key-parsers.git"
build: [make]
install: [make "install"]
remove: ["ocamlfind" "remove" "key-parsers"]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind" {build}
  "asn1-combinators" {< "0.2.0"}
  "zarith"
  "ocamlbuild" {build}
]
synopsis: "Parsers for multiple key formats"
description: """
This library provides parsers for several encodings of RSA, DSA or Elliptic
curve public and private keys."""
flags: light-uninstall
url {
  src: "https://github.com/cryptosense/key-parsers/archive/v0.1.0.tar.gz"
  checksum: "md5=6ae4901e6f241f574defb99c1d9d23bb"
}
