Codebase list ocaml-ca-certs / 83f85ba
Import upstream version 0.2.2+git20211209.1.39d203d Debian Janitor 2 years ago
2 changed file(s) with 5 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 version: "0.2.2"
10 # This file is generated by dune, edit dune-project instead
21 opam-version: "2.0"
32 synopsis: "Detect root CA certificates from the operating system"
2726 "alcotest" {with-test}
2827 "fmt" {with-test & >= "0.8.7"}
2928 ]
29 conflicts: [
30 "result" {< "1.5"}
31 ]
3032 dev-repo: "git+https://github.com/mirage/ca-certs.git"
3133 build: [
3234 ["dune" "subst"] {dev}
4547 tags: ["org:mirage"]
4648 depexts: [
4749 ["ca_root_nss"] {os = "freebsd"}
48 ]
50 ]
00 (lang dune 2.0)
11 (name ca-certs)
2 (version v0.2.2)
32
43 (generate_opam_files true)
54 (source (github mirage/ca-certs))
1615 (ocaml (>= 4.08.0))
1716 (alcotest :with-test)
1817 (fmt (and :with-test (>= 0.8.7))))
18 (conflicts (result (< 1.5)))
1919 (synopsis "Detect root CA certificates from the operating system")
2020 (description
2121 "\> TLS requires a set of root anchors (Certificate Authorities) to