21 buildDunePackage rec {
22 pname = "letsencrypt";
26 url = "https://github.com/mmaker/ocaml-letsencrypt/releases/download/v${version}/letsencrypt-${version}.tbz";
27 hash = "sha256-koNG19aoLY28Hb7GyuPuJUyrCAE59n2vjbH4z0ykGvA=";
30 minimalOCamlVersion = "4.08";
38 propagatedBuildInputs = [
52 checkInputs = [ ounit2 ];
55 description = "ACME implementation in OCaml";
56 license = lib.licenses.bsd2;
57 maintainers = [ lib.maintainers.sternenseemann ];
58 homepage = "https://github.com/mmaker/ocaml-letsencrypt";