upstream: github.com/mirage/ca-certs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

opam/dune-project: conflict with result (in dune-project)

+4 -1
+3 -1
ca-certs.opam
··· 27 27 "alcotest" {with-test} 28 28 "fmt" {with-test & >= "0.8.7"} 29 29 ] 30 - conflicts: [ "result" {< "1.5"} ] 30 + conflicts: [ 31 + "result" {< "1.5"} 32 + ] 31 33 dev-repo: "git+https://github.com/mirage/ca-certs.git" 32 34 build: [ 33 35 ["dune" "subst"] {dev}
+1
dune-project
··· 16 16 (ocaml (>= 4.08.0)) 17 17 (alcotest :with-test) 18 18 (fmt (and :with-test (>= 0.8.7)))) 19 + (conflicts (result (< 1.5))) 19 20 (synopsis "Detect root CA certificates from the operating system") 20 21 (description 21 22 "\> TLS requires a set of root anchors (Certificate Authorities) to