this repo has no description
1opam-version: "2.0"
2maintainer: "Nathan Rebours <nathan@cryptosense.com>"
3homepage: "https://github.com/cryptosense/key-parsers"
4bug-reports: "https://github.com/cryptosense/key-parsers/issues"
5license: "BSD-2-Clause"
6dev-repo: "git+https://github.com/cryptosense/key-parsers.git"
7doc: "https://cryptosense.github.io/key-parsers/doc"
8build: [
9 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
10]
11depends: [
12 "ocaml" {>= "4.02.0"}
13 "ocamlfind" {build}
14 "ppx_deriving" {>= "4.0" & < "5.0"}
15 "ppx_deriving_yojson" {>= "3.0" & < "4.0"}
16 "hex" {>= "1.0.0"}
17 "asn1-combinators" {>= "0.2.0" & < "0.3.0"}
18 "zarith" {>= "1.4.1"}
19 "result" {>= "1.2"}
20 "topkg" {build}
21 "ppx_bin_prot"
22 "cstruct" {>= "1.6.0" & < "6.0.0"}
23]
24conflicts: [
25 "ppx_driver" {= "v0.9.1"}
26]
27synopsis: "Parsers for multiple key formats"
28description:
29 "This library provides parsers for several encodings of RSA, DSA, Diffie-Hellman or Elliptic curve public and private keys."
30authors: "Nathan Rebours <nathan@cryptosense.com>"
31url {
32 src:
33 "https://github.com/cryptosense/key-parsers/releases/download/0.9.2/key-parsers-0.9.2.tbz"
34 checksum: [
35 "sha256=c3475db99409a17655f1d9dee4a75099423fccfd2a82be7815864005e9cfef50"
36 "md5=0d3c9a10ff6840c73f69621d14f840db"
37 ]
38}