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" {>= "6.0.0"} 21 "dune" {>= "2.0"} 22 "hex" {>= "1.0.0"} 23 "ocaml" {>= "4.08.0"} 24 "ounit" {with-test & >= "2.0.0"} 25 "ppx_deriving" {>= "4.0"} 26 "result" {>= "1.5"} 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""" 37url { 38 src: 39 "https://github.com/cryptosense/key-parsers/releases/download/1.2.1/key-parsers-1.2.1.tbz" 40 checksum: [ 41 "sha256=9f5cbf6391225f8af287859dc5427a2afa96952cfa8c3f5a90a1aebe04b077da" 42 "sha512=d4363c7509a7581fe5364bcc248082c2c75e32536338962d22ad529a89e825603b960dae62d8e918b9c119e33d0e72bf05a9040bf0cc15493bb6582c14fedf02" 43 ] 44} 45x-commit-hash: "241210b0a4b36c0e0e86f42729c793bfbdc2b470"