this repo has no description

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

CHANGES:

* Update to NSS 3.104 (Aug 30th 2024)

Changed files
+53
packages
ca-certs-nss
ca-certs-nss.3.104
+53
packages/ca-certs-nss/ca-certs-nss.3.104/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-clock" {>= "3.0.0"}
+
"x509" {>= "1.0.0"}
+
"ocaml" {>= "4.13.0"}
+
"digestif" {>= "1.2.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.104/ca-certs-nss-3.104.tbz"
+
checksum: [
+
"sha256=5a2458e2a1d310896eae93a4e471f3c077222a561c0d47de9136e771b695a709"
+
"sha512=373cbe935637553372a770f4d6b56d56ab3bc94c01e3e7c366012c4577ca84058866875ca42979f944d2993d8d263ccfbe9167fc88a79ebfd7f4dae10ae7afe1"
+
]
+
}
+
x-commit-hash: "c749713c6a0dd2236e9aa39a9366b70495fbd022"