File tree Expand file tree Collapse file tree 1 file changed +53
-0
lines changed
packages/ca-certs-nss/ca-certs-nss.3.115 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-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.115/ca-certs-nss-3.115.tbz"
48+ checksum: [
49+ "sha256=7238efade92bea2eda123d0d7bff89860762ee57fcf71874ec5947b92e67380f"
50+ "sha512=649208b4a1656d8168bd6553b9402f651ad11f59248de754ade3215503b43acf7c1949b6992e1b3d5d62580125cff806deb2672efca9b6056c4fb0d876b75a17"
51+ ]
52+ }
53+ x-commit-hash: "157ebd607d0b989bb8e875cda60d39e18747b5f1"
You can’t perform that action at this time.
0 commit comments