this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #18673 from khadijafen9/release-key-parsers-1.1.0

[new release] key-parsers (1.1.0)

authored by

Kate and committed by
GitHub
c31522e4 c6806a5f

+45
+45
packages/key-parsers/key-parsers.1.1.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Cryptosense <opensource@cryptosense.com>" 3 + authors: [ 4 + "Cryptosense <opensource@cryptosense.com>" 5 + "Nathan Rebours <nathan.p.rebours@gmail.com>" 6 + ] 7 + homepage: "https://github.com/cryptosense/key-parsers" 8 + bug-reports: "https://github.com/cryptosense/key-parsers/issues" 9 + license: "BSD-2-Clause" 10 + dev-repo: "git+https://github.com/cryptosense/key-parsers.git" 11 + doc: "https://cryptosense.github.io/key-parsers/doc" 12 + build: [ 13 + [ "dune" "build" "-p" name "-j" jobs ] 14 + ] 15 + run-test: [ 16 + [ "dune" "runtest" "-p" name "-j" jobs ] 17 + ] 18 + depends: [ 19 + "asn1-combinators" {>= "0.2.0"} 20 + "cstruct" {>= "1.6.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 + ] 29 + conflicts: [ 30 + "ppx_driver" {= "v0.9.1"} 31 + ] 32 + synopsis: "Parsers for multiple key formats" 33 + description: """ 34 + This library provides parsers for several encodings of RSA, DSA, Diffie-Hellman or 35 + Elliptic curve public and private keys. 36 + """ 37 + x-commit-hash: "c981870ff1706f67c4342b093a027834e01ce586" 38 + url { 39 + src: 40 + "https://github.com/cryptosense/key-parsers/releases/download/1.1.0/key-parsers-1.1.0.tbz" 41 + checksum: [ 42 + "sha256=10dfc48550d434a5de3980a325a0f67dd1ec300626a3eae4c4254b62e5f0e260" 43 + "sha512=988b14b5c94dc8d1f504b7dc7c59bfdf020b7d8880fddd7d54400558b256c1050e2be099ae0bba811d2d5fe7033984b4834b8955c16e8987260c9313b4d1644c" 44 + ] 45 + }