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