this repo has no description

Merge pull request #19717 from hannesm/release-ca-certs-nss-v3.71.0.1

[new release] ca-certs-nss (3.71.0.1)

Changed files
+54
packages
ca-certs-nss
ca-certs-nss.3.71.0.1
+54
packages/ca-certs-nss/ca-certs-nss.3.71.0.1/opam
···
+
opam-version: "2.0"
+
synopsis: "X.509 trust anchors extracted from Mozilla's NSS"
+
description: """
+
Trust anchors extracted from Mozilla's NSS certdata.txt package,
+
to be used in MirageOS unikernels.
+
"""
+
maintainer: ["Hannes Mehnert <hannes@mehnert.org>"]
+
authors: ["Hannes Mehnert <hannes@mehnert.org>"]
+
license: "ISC"
+
homepage: "https://github.com/mirage/ca-certs-nss"
+
doc: "https://mirage.github.io/ca-certs-nss/doc"
+
bug-reports: "https://github.com/mirage/ca-certs-nss/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"mirage-crypto"
+
"mirage-clock" {>= "3.0.0"}
+
"x509" {>= "0.15.0"}
+
"ocaml" {>= "4.08.0"}
+
"logs" {build}
+
"fmt" {build & >= "0.8.7"}
+
"bos" {build}
+
"astring" {build}
+
"cmdliner" {build}
+
"alcotest" {with-test}
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"result" {< "1.5"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/mirage/ca-certs-nss.git"
+
tags: ["org:mirage"]
+
url {
+
src:
+
"https://github.com/mirage/ca-certs-nss/releases/download/v3.71.0.1/ca-certs-nss-v3.71.0.1.tbz"
+
checksum: [
+
"sha256=b83749d983781631745079dccb7345d9ee1b52c1844ce865e97a25349289a124"
+
"sha512=8075c0f4b0c4698bf70a8544475894099c0e4f5ec9405e52fd3d8d01000c4e041dd7928f723b90817c8b38b4f1518cc8a1718cf6ddddc1ac38c53cc2d8cce876"
+
]
+
}
+
x-commit-hash: "d860e88c05fea1f42dc1ef975c6c65961929b340"