this repo has no description

Merge pull request #26057 from hannesm/release-ca-certs-nss-v3.101

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

Changed files
+53
packages
ca-certs-nss
ca-certs-nss.3.101
+53
packages/ca-certs-nss/ca-certs-nss.3.101/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}
+
"cmdliner" {build & >= "1.1.0"}
+
"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.101/ca-certs-nss-3.101.tbz"
+
checksum: [
+
"sha256=5c4df6d353f925758c44b842c006bacf030713066383739120a8a2eed9b1fe12"
+
"sha512=fd9f569ac57389cf972c987fd54c902f915cff7dbf2bb7754145f9c7053da25e9fff304b7f23fecedcacf6a75768a0580851c0f6196d0e739ae60aa67778a8e6"
+
]
+
}
+
x-commit-hash: "3cd48cca676dbf1899db72dabb57a8dad4fa2ff0"