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

Configure Feed

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

Add source stanzas to dune-project files

Fix monopam warnings about missing source stanzas and ca-certs parse error.

+3 -4
+3 -4
dune-project
··· 24 24 (conflicts (result (< 1.5))) 25 25 (synopsis "Detect root CA certificates from the operating system") 26 26 (description 27 - "\> TLS requires a set of root anchors (Certificate Authorities) to 28 - "\> authenticate servers. This library exposes this list so that it can be 29 - "\> registered with ocaml-tls. 30 - ) 27 + "TLS requires a set of root anchors (Certificate Authorities) to \ 28 + authenticate servers. This library exposes this list so that it can be \ 29 + registered with ocaml-tls.") 31 30 ; tags are not included before (lang dune 2.0) 32 31 ; so an opam template is necessary until then 33 32 (tags (org:mirage)))