File tree Expand file tree Collapse file tree 1 file changed +53
-0
lines changed
packages/ca-certs-nss/ca-certs-nss.3.107 Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Original file line number Diff line number Diff line change 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-clock" {>= "3.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.107/ca-certs-nss-3.107.tbz"
48+ checksum: [
49+ "sha256=5484f97086be316a509532edcb03e9e90c798e00b2344c874507105af5f0fc60"
50+ "sha512=6f6225c7e0c8499fa25cfe9e537d5a53ef489540f0164bd3ea8939ea9beed0fcee2c3c09847fb8aa8c54475837bdc813983b37d964a75353addacf0ef64591b9"
51+ ]
52+ }
53+ x-commit-hash: "bbe4d4cac9ebf9599af74cb053354dd6238e257a"
You can’t perform that action at this time.
0 commit comments