this repo has no description

Merge pull request #24859 from hannesm/release-ca-certs-nss-v3.95

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

Changed files
+53
packages
ca-certs-nss
ca-certs-nss.3.95
+53
packages/ca-certs-nss/ca-certs-nss.3.95/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.95/ca-certs-nss-3.95.tbz"
+
checksum: [
+
"sha256=b9c910061873f20ad53e0460986218d77adbf5a3a354aab82de2d3d3f170052b"
+
"sha512=a50dfcf8e3d575fb0e7237654640e5661de62bc210dc43499ac568617ecee9a96735e3d61eb73b10b2f0d2dc0e8dc5226cab3aeda82a6182b88098709a9c2dc6"
+
]
+
}
+
x-commit-hash: "643d8c89638011225b6bd0b5eae861456195faa6"