this repo has no description

Merge pull request #21718 from hannesm/release-ca-certs-nss-v3.80

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

Kate 17350b62 d3a84ae1

Changed files
+54
packages
ca-certs-nss
ca-certs-nss.3.80
+54
packages/ca-certs-nss/ca-certs-nss.3.80/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 & >= "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.80/ca-certs-nss-3.80.tbz"
+
checksum: [
+
"sha256=65629c806ca4beaa25b085bbf01bfe0bbd56684012aabe001dc44f18a6d3b2c1"
+
"sha512=fd5e3f357c06fc56c7c326d9c418eeaf69534fef5e8515478e76ddeb3621554bc064cd1ad6f85396a3a01c95ccb894dea49bc40f25cfa797c5bdf4675365e235"
+
]
+
}
+
x-commit-hash: "a2b60ff6c9d92d6b78c0faf8dd8a8ec7c17dbf7c"