10 buildDunePackage rec {
15 url = "https://github.com/oklm-wsh/Callipyge/releases/download/v${version}/${pname}-${version}.tbz";
16 hash = "sha256-T/94a88xvK51TggjXecdKc9kyTE9aIyueIt5T24sZB0=";
21 minimalOCamlVersion = "4.08";
23 propagatedBuildInputs = [
29 checkInputs = [ alcotest ];
32 homepage = "https://github.com/oklm-wsh/Callipyge";
33 description = "Curve25519 in OCaml";
34 license = lib.licenses.mit;
35 maintainers = with lib.maintainers; [ fufexan ];