this repo has no description
1opam-version: "2.0" 2maintainer: "Cryptosense <opensource@cryptosense.com>" 3authors: [ 4 "Cryptosense <opensource@cryptosense.com>" 5 "Nathan Rebours <nathan.p.rebours@gmail.com>" 6] 7homepage: "https://github.com/cryptosense/key-parsers" 8bug-reports: "https://github.com/cryptosense/key-parsers/issues" 9license: "BSD-2-Clause" 10dev-repo: "git+https://github.com/cryptosense/key-parsers.git" 11doc: "https://cryptosense.github.io/key-parsers/doc" 12build: [ 13 [ "dune" "build" "-p" name "-j" jobs ] 14] 15run-test: [ 16 [ "dune" "runtest" "-p" name "-j" jobs ] 17] 18depends: [ 19 "asn1-combinators" {>= "0.2.0" & < "0.3.0"} 20 "cstruct" {>= "1.6.0" & < "6.1.0"} 21 "dune" {>= "1.11.0"} 22 "hex" {>= "1.0.0"} 23 "ocaml" {>= "4.04.1"} 24 "ounit" {with-test & >= "2.0.0"} 25 "ppx_deriving" {>= "4.2"} 26 "result" {>= "1.2"} 27 "zarith" {>= "1.4.1"} 28] 29conflicts: [ 30 "ppx_driver" {= "v0.9.1"} 31] 32synopsis: "Parsers for multiple key formats" 33description: """ 34This library provides parsers for several encodings of RSA, DSA, Diffie-Hellman or 35Elliptic curve public and private keys. 36""" 37x-commit-hash: "5d16f7214e4517abc0a21ae36143cee3c509d992" 38url { 39 src: 40 "https://github.com/cryptosense/key-parsers/releases/download/1.0.1/key-parsers-1.0.1.tbz" 41 checksum: [ 42 "sha256=118ec499fc624579fade9c50a1e04b02604602a26239e1f1dcc7c11940668ca6" 43 "sha512=9cd19fba4bc353785cb4da1ae0a4e9025faa2543ca9c2f0ae8533c15367c3cbd2d2cf7d7e0aad6009b347991c1fdedf9e29a9c58a30bdcf400ad0aa91a562f06" 44 ] 45}