1 { lib, buildDunePackage, fetchurl
2 , bos, fpath, ptime, mirage-crypto, x509, astring, logs
3 , cacert, alcotest, fmt
10 minimalOCamlVersion = "4.08";
13 url = "https://github.com/mirage/ca-certs/releases/download/v${version}/ca-certs-${version}.tbz";
14 hash = "sha256-0tjWRX2RXvbXg974Lzvl7C9W+S4gIU9Y7dY8nC/GDpw=";
19 propagatedBuildInputs = [ bos fpath ptime mirage-crypto x509 astring logs ];
23 cacert # for /etc/ssl/certs/ca-bundle.crt
29 description = "Detect root CA certificates from the operating system";
30 maintainers = [ maintainers.sternenseemann ];
31 license = licenses.isc;
32 homepage = "https://github.com/mirage/ca-certs";