this repo has no description

Merge pull request #19870 from hannesm/release-x509-v0.15.1

[new release] x509 (0.15.1)

Changed files
+62 -3
packages
certify
certify.0.3.3
u2f
u2f.0.1.0
u2f.0.1.1
x509
x509.0.15.1
+1 -1
packages/certify/certify.0.3.3/opam
···
"dune" {>= "1.0"}
"mirage-crypto-pk"
"mirage-crypto-rng"
-
"x509" {>= "0.12.1"}
"cstruct" {>= "3.2.0"}
"ptime"
"ocaml" {>= "4.07.0"}
···
"dune" {>= "1.0"}
"mirage-crypto-pk"
"mirage-crypto-rng"
+
"x509" {>= "0.12.1" & < "0.15.1"}
"cstruct" {>= "3.2.0"}
"ptime"
"ocaml" {>= "4.07.0"}
+1 -1
packages/u2f/u2f.0.1.0/opam
···
"ppx_deriving_yojson"
"mirage-crypto-ec"
"mirage-crypto-rng"
-
"x509" {>= "0.13.0"}
"base64" {>= "3.1.0"}
]
···
"ppx_deriving_yojson"
"mirage-crypto-ec"
"mirage-crypto-rng"
+
"x509" {>= "0.13.0" & < "0.15.1"}
"base64" {>= "3.1.0"}
]
+1 -1
packages/u2f/u2f.0.1.1/opam
···
"ppx_deriving_yojson"
"mirage-crypto-ec"
"mirage-crypto-rng"
-
"x509" {>= "0.13.0"}
"base64" {>= "3.1.0"}
]
···
"ppx_deriving_yojson"
"mirage-crypto-ec"
"mirage-crypto-rng"
+
"x509" {>= "0.13.0" & < "0.15.1"}
"base64" {>= "3.1.0"}
]
+59
packages/x509/x509.0.15.1/opam
···
···
+
opam-version: "2.0"
+
maintainer: [
+
"Hannes Mehnert <hannes@mehnert.org>"
+
]
+
authors: [
+
"Hannes Mehnert <hannes@mehnert.org>"
+
"David Kaloper <dk505@cam.ac.uk>"
+
]
+
license: "BSD-2-Clause"
+
tags: "org:mirage"
+
homepage: "https://github.com/mirleft/ocaml-x509"
+
doc: "https://mirleft.github.io/ocaml-x509/doc"
+
bug-reports: "https://github.com/mirleft/ocaml-x509/issues"
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "1.2"}
+
"cstruct" {>= "6.0.0"}
+
"asn1-combinators" {>= "0.2.0"}
+
"ptime"
+
"base64" {>= "3.3.0"}
+
"mirage-crypto"
+
"mirage-crypto-pk"
+
"mirage-crypto-ec" {>= "0.10.0"}
+
"mirage-crypto-rng"
+
"fmt" {>= "0.8.7"}
+
"alcotest" {with-test}
+
"cstruct-unix" {with-test & >= "3.0.0"}
+
"gmap" {>= "0.3.0"}
+
"domain-name" {>= "0.3.0"}
+
"logs"
+
"pbkdf"
+
"ipaddr" {>= "5.2.0"}
+
]
+
conflicts: [ "result" {< "1.5"} ]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
dev-repo: "git+https://github.com/mirleft/ocaml-x509.git"
+
synopsis: "Public Key Infrastructure (RFC 5280, PKCS) purely in OCaml"
+
description: """
+
X.509 is a public key infrastructure used mostly on the Internet. It consists
+
of certificates which include public keys and identifiers, signed by an
+
authority. Authorities must be exchanged over a second channel to establish the
+
trust relationship. This library implements most parts of RFC5280 and RFC6125.
+
The Public Key Cryptography Standards (PKCS) defines encoding and decoding
+
(in ASN.1 DER and PEM format), which is also implemented by this library -
+
namely PKCS 1, PKCS 5, PKCS 7, PKCS 8, PKCS 9, PKCS 10, and PKCS 12.
+
"""
+
url {
+
src:
+
"https://github.com/mirleft/ocaml-x509/releases/download/v0.15.1/x509-v0.15.1.tbz"
+
checksum: [
+
"sha256=b586dd46f0b55c1738d0c846509eb1b1e7a67d7b657c708e52c5e682f910deb8"
+
"sha512=6d836cfd96aee156b6793849fca2d14c25b8454a192f3fbc2ef0dcf6d0ff222358357b02cbf89d5dbd46b6e175b58032a201639405cd2dc6607417b36eb8c80b"
+
]
+
}
+
x-commit-hash: "1a6e421fa71feeede0286dbf3a8ca9b09f89972d"