this repo has no description
0
fork

Configure Feed

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

Merge pull request #24045 from hannesm/release-x509-v0.16.5

[new release] x509 (0.16.5)

authored by

Anil Madhavapeddy and committed by
GitHub
3befa840 77abbbdf

+60
+60
packages/x509/x509.0.16.5/opam
··· 1 + opam-version: "2.0" 2 + maintainer: [ 3 + "Hannes Mehnert <hannes@mehnert.org>" 4 + ] 5 + authors: [ 6 + "Hannes Mehnert <hannes@mehnert.org>" 7 + "David Kaloper <dk505@cam.ac.uk>" 8 + ] 9 + license: "BSD-2-Clause" 10 + tags: "org:mirage" 11 + homepage: "https://github.com/mirleft/ocaml-x509" 12 + doc: "https://mirleft.github.io/ocaml-x509/doc" 13 + bug-reports: "https://github.com/mirleft/ocaml-x509/issues" 14 + depends: [ 15 + "ocaml" {>= "4.08.0"} 16 + "dune" {>= "1.2"} 17 + "cstruct" {>= "6.0.0"} 18 + "asn1-combinators" {>= "0.2.0"} 19 + "ptime" 20 + "base64" {>= "3.3.0"} 21 + "mirage-crypto" 22 + "mirage-crypto-pk" 23 + "mirage-crypto-ec" {>= "0.10.7"} 24 + "mirage-crypto-rng" 25 + "mirage-crypto-rng" {with-test & >= "0.11.0"} 26 + "fmt" {>= "0.8.7"} 27 + "alcotest" {with-test} 28 + "cstruct-unix" {with-test & >= "3.0.0"} 29 + "gmap" {>= "0.3.0"} 30 + "domain-name" {>= "0.3.0"} 31 + "logs" 32 + "pbkdf" 33 + "ipaddr" {>= "5.2.0"} 34 + ] 35 + conflicts: [ "result" {< "1.5"} ] 36 + build: [ 37 + ["dune" "subst"] {dev} 38 + ["dune" "build" "-p" name "-j" jobs] 39 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 40 + ] 41 + dev-repo: "git+https://github.com/mirleft/ocaml-x509.git" 42 + synopsis: "Public Key Infrastructure (RFC 5280, PKCS) purely in OCaml" 43 + description: """ 44 + X.509 is a public key infrastructure used mostly on the Internet. It consists 45 + of certificates which include public keys and identifiers, signed by an 46 + authority. Authorities must be exchanged over a second channel to establish the 47 + trust relationship. This library implements most parts of RFC5280 and RFC6125. 48 + The Public Key Cryptography Standards (PKCS) defines encoding and decoding 49 + (in ASN.1 DER and PEM format), which is also implemented by this library - 50 + namely PKCS 1, PKCS 5, PKCS 7, PKCS 8, PKCS 9, PKCS 10, and PKCS 12. 51 + """ 52 + url { 53 + src: 54 + "https://github.com/mirleft/ocaml-x509/releases/download/v0.16.5/x509-0.16.5.tbz" 55 + checksum: [ 56 + "sha256=149e25a5fea37f619fb2690bee5c00f01c9dcf31d335f8ffcaab39a7538ccd99" 57 + "sha512=6dd494dba799eab7edde2af1b63bac6035bf4ae06f3a36dd4fa9abcd13d0c3fe3e93dc5848b65405dc5401b1755fd30c71482cb91f7495bc9cfb7c5bf15ef6d7" 58 + ] 59 + } 60 + x-commit-hash: "b00656d2952282323604765d504dfea067b17879"