File tree Expand file tree Collapse file tree 1 file changed +61
-0
lines changed
packages/ca-certs/ca-certs.1.0.1 Expand file tree Collapse file tree 1 file changed +61
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Detect root CA certificates from the operating system"
3+ description: """
4+ TLS requires a set of root anchors (Certificate Authorities) to
5+ authenticate servers. This library exposes this list so that it can be
6+ registered with ocaml-tls.
7+ """
8+ maintainer: ["Etienne Millon <
[email protected] >"]
9+ authors: [
10+ "Etienne Millon <
[email protected] >, Hannes Mehnert <
[email protected] >"
11+ ]
12+ license: "ISC"
13+ homepage: "https://github.com/mirage/ca-certs"
14+ doc: "https://mirage.github.io/ca-certs/doc"
15+ bug-reports: "https://github.com/mirage/ca-certs/issues"
16+ depends: [
17+ "dune" {>= "2.0"}
18+ "bos"
19+ "fpath"
20+ "ptime"
21+ "logs"
22+ "digestif" {>= "1.2.0"}
23+ "mirage-crypto" {>= "1.0.0"}
24+ "x509" {>= "1.0.0"}
25+ "ocaml" {>= "4.13.0"}
26+ "ohex" {>= "0.2.0"}
27+ "alcotest" {with-test}
28+ "fmt" {with-test & >= "0.8.7"}
29+ ]
30+ conflicts: [
31+ "result" {< "1.5"}
32+ ]
33+ dev-repo: "git+https://github.com/mirage/ca-certs.git"
34+ build: [
35+ ["dune" "subst"] {dev}
36+ [
37+ "dune"
38+ "build"
39+ "-p"
40+ name
41+ "-j"
42+ jobs
43+ "@install"
44+ "@runtest" {with-test & os != "macos"} # the opam sandbox on macos leads to test failures (ocaml/opam#4389)
45+ "@doc" {with-doc}
46+ ]
47+ ]
48+ tags: ["org:mirage"]
49+ depexts: [
50+ ["ca_root_nss"] {os = "freebsd"}
51+ ]
52+ x-maintenance-intent: [ "(latest)" ]
53+ url {
54+ src:
55+ "https://github.com/mirage/ca-certs/releases/download/v1.0.1/ca-certs-1.0.1.tbz"
56+ checksum: [
57+ "sha256=d3cd7c8f548baecef208d425877a811d898ec7d1d9c4bdea6f78652c7c8361cc"
58+ "sha512=cb2e2c509531a4824b035762e57217143d7eec7bc57434845b65850144051344b4ed27d61972b6580b83d2d012766919c101a0274fb6218c4e4f65b45d3c79fa"
59+ ]
60+ }
61+ x-commit-hash: "319c8a6e7c06da6a4fc3dab5db41cdd28be2e9cf"
You can’t perform that action at this time.
0 commit comments