this repo has no description

Merge pull request #22613 from cryptosense/release-key-parsers-1.5.0

[new release] key-parsers (1.5.0)

Changed files
+45
packages
key-parsers
key-parsers.1.5.0
+45
packages/key-parsers/key-parsers.1.5.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Cryptosense <opensource@cryptosense.com>"
+
authors: [
+
"Cryptosense <opensource@cryptosense.com>"
+
"Nathan Rebours <nathan.p.rebours@gmail.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: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
]
+
run-test: [
+
[ "dune" "runtest" "-p" name "-j" jobs ]
+
]
+
depends: [
+
"asn1-combinators" {>= "0.2.0"}
+
"cstruct" {>= "6.0.0"}
+
"dune" {>= "2.0"}
+
"hex" {>= "1.0.0"}
+
"ocaml" {>= "4.08.0" & < "5"}
+
"ounit" {with-test & >= "2.0.0"}
+
"ppx_deriving" {>= "4.0"}
+
"result" {>= "1.5"}
+
"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.
+
"""
+
url {
+
src:
+
"https://github.com/cryptosense/key-parsers/releases/download/1.5.0/key-parsers-1.5.0.tbz"
+
checksum: [
+
"sha256=89d0453c28c2b17b6f04f92bee6e23e49b6a506c4b20368ca74cbd16b6543889"
+
"sha512=4efcf68cfc6b6d16a91f73efbb5fba68f55b449a6b5e8b47d2e0e7105fd48092d079920b6abf3f06d5c965da6bcd573800fe99a96ccacbdc31ace6d483044775"
+
]
+
}
+
x-commit-hash: "833f29dc7a458a02b57f64e5149d833846aa857e"