20 buildDunePackage rec {
21 minimalOCamlVersion = "4.08";
27 url = "https://github.com/mirleft/ocaml-x509/releases/download/v${version}/x509-${version}.tbz";
28 hash = "sha256-77Cdu+UOUh6iqa80/PKMGTm7a+mVIlTc/VKUJwyaKRs=";
31 checkInputs = [ alcotest ];
32 propagatedBuildInputs = [
50 homepage = "https://github.com/mirleft/ocaml-x509";
51 description = "X509 (RFC5280) handling in OCaml";
52 license = licenses.bsd2;
53 maintainers = with maintainers; [ vbgl ];