Skip to content

Commit 2a5ab3f

Browse files
authored
Merge pull request #28924 from hannesm/release-ca-certs-nss-v3.118
[new release] ca-certs-nss (3.118)
2 parents 87196fa + 7439b71 commit 2a5ab3f

File tree

1 file changed

+54
-0
lines changed
  • packages/ca-certs-nss/ca-certs-nss.3.118

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
opam-version: "2.0"
2+
synopsis: "X.509 trust anchors extracted from Mozilla's NSS"
3+
description: """
4+
Trust anchors extracted from Mozilla's NSS certdata.txt package,
5+
to be used in MirageOS unikernels.
6+
"""
7+
maintainer: ["Hannes Mehnert <[email protected]>"]
8+
authors: ["Hannes Mehnert <[email protected]>"]
9+
license: "ISC"
10+
homepage: "https://github.com/mirage/ca-certs-nss"
11+
doc: "https://mirage.github.io/ca-certs-nss/doc"
12+
bug-reports: "https://github.com/mirage/ca-certs-nss/issues"
13+
depends: [
14+
"dune" {>= "2.7"}
15+
"mirage-ptime" {>= "4.0.0"}
16+
"x509" {>= "1.0.0"}
17+
"ocaml" {>= "4.13.0"}
18+
"digestif" {>= "1.2.0"}
19+
"logs" {build}
20+
"fmt" {build & >= "0.8.7"}
21+
"bos" {build}
22+
"cmdliner" {build & >= "1.1.0"}
23+
"alcotest" {with-test}
24+
"odoc" {with-doc}
25+
]
26+
conflicts: [
27+
"result" {< "1.5"}
28+
]
29+
build: [
30+
["dune" "subst"] {dev}
31+
[
32+
"dune"
33+
"build"
34+
"-p"
35+
name
36+
"-j"
37+
jobs
38+
"@install"
39+
"@runtest" {with-test}
40+
"@doc" {with-doc}
41+
]
42+
]
43+
dev-repo: "git+https://github.com/mirage/ca-certs-nss.git"
44+
tags: ["org:mirage"]
45+
url {
46+
src:
47+
"https://github.com/mirage/ca-certs-nss/releases/download/v3.118/ca-certs-nss-3.118.tbz"
48+
checksum: [
49+
"sha256=06d84a5147ae7f78c5466433c3453d4846ef46a71573550a1e66f8f9878f462a"
50+
"sha512=c22b1fa5070977d77743581cc17f2381a358075f10811f73eed5ad44a1837781c2a20ab80dd5cb3f12361b889475c46bae770ca9e1654d8d442c051b0f7626c5"
51+
]
52+
}
53+
x-commit-hash: "6940cfa1f98316b7b21b9df396862e519440c3b1"
54+
x-maintenance-intent: [ "(latest)" ]

0 commit comments

Comments
 (0)