Skip to content

Commit

Permalink
Merge pull request ocaml#26976 from hannesm/release-ca-certs-nss-v3.107
Browse files Browse the repository at this point in the history
[new release] ca-certs-nss (3.107)
  • Loading branch information
mseri authored Nov 28, 2024
2 parents 3c9417b + a11f32a commit c68c2ba
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions packages/ca-certs-nss/ca-certs-nss.3.107/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
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"

0 comments on commit c68c2ba

Please sign in to comment.