this repo has no description

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

CHANGES:

* Update to NSS 3.107 (Nov 21st 2024)

Changed files
+53
packages
ca-certs-nss
ca-certs-nss.3.107
+53
packages/ca-certs-nss/ca-certs-nss.3.107/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.107/ca-certs-nss-3.107.tbz"
+
checksum: [
+
"sha256=5484f97086be316a509532edcb03e9e90c798e00b2344c874507105af5f0fc60"
+
"sha512=6f6225c7e0c8499fa25cfe9e537d5a53ef489540f0164bd3ea8939ea9beed0fcee2c3c09847fb8aa8c54475837bdc813983b37d964a75353addacf0ef64591b9"
+
]
+
}
+
x-commit-hash: "bbe4d4cac9ebf9599af74cb053354dd6238e257a"