opam-version: "2.0"
maintainer: "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"
doc: "https://cryptosense.github.io/key-parsers/doc"
build: [
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind" {build}
  "ppx_deriving" {>= "4.0" & < "5.0"}
  "ppx_deriving_yojson" {>= "3.0" & < "4.0"}
  "hex" {>= "1.0.0"}
  "asn1-combinators" {>= "0.2.0"}
  "zarith" {>= "1.4.1"}
  "result" {>= "1.2"}
  "topkg" {build}
  "ppx_bin_prot" {< "v0.15"}
  "cstruct" {>= "1.6.0" & < "6.0.0"}
]
conflicts: [
  "ppx_driver" {= "v0.9.1"}
]
synopsis: "Parsers for multiple key formats"
description:
  "This library provides parsers for several encodings of RSA, DSA, Diffie-Hellman or Elliptic curve public and private keys."
authors: "Nathan Rebours <nathan@cryptosense.com>"
url {
  src:
    "https://github.com/cryptosense/key-parsers/releases/download/0.9.2/key-parsers-0.9.2.tbz"
  checksum: "md5=0d3c9a10ff6840c73f69621d14f840db"
}
