1 { lib, fetchurl, buildDunePackage, cstruct }:
4 minimalOCamlVersion = "4.07";
10 url = "https://github.com/mirage/eqaf/releases/download/v${version}/eqaf-${version}.tbz";
11 hash = "sha256-7A4oqUasaBf5XVhU8FqZYa46hAi7YQ55z60BubJV3+A=";
14 propagatedBuildInputs = [ cstruct ];
17 description = "Constant time equal function to avoid timing attacks in OCaml";
18 homepage = "https://github.com/mirage/eqaf";
19 license = lib.licenses.mit;
20 maintainers = [ lib.maintainers.vbgl ];