opam-version: "2.0" maintainer: "Cryptosense " authors: [ "Cryptosense " "Nathan Rebours " ] 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: [ [ "dune" "build" "-p" name "-j" jobs ] ] run-test: [ [ "dune" "runtest" "-p" name "-j" jobs ] ] depends: [ "asn1-combinators" {>= "0.2.0" & < "0.3.0"} "cstruct" {>= "1.6.0" & < "6.1.0"} "dune" {>= "1.11.0"} "hex" {>= "1.0.0"} "ocaml" {>= "4.04.1"} "ounit" {with-test & >= "2.0.0"} "ppx_deriving" {>= "4.2"} "result" {>= "1.2"} "zarith" {>= "1.4.1"} ] 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. """ x-commit-hash: "c981870ff1706f67c4342b093a027834e01ce586" url { src: "https://github.com/cryptosense/key-parsers/releases/download/1.1.0/key-parsers-1.1.0.tbz" checksum: [ "sha256=10dfc48550d434a5de3980a325a0f67dd1ec300626a3eae4c4254b62e5f0e260" "sha512=988b14b5c94dc8d1f504b7dc7c59bfdf020b7d8880fddd7d54400558b256c1050e2be099ae0bba811d2d5fe7033984b4834b8955c16e8987260c9313b4d1644c" ] }