1 { lib, fetchurl, buildDunePackage, pkg-config, cstruct, bigarray-compat, ounit }:
7 minimalOCamlVersion = "4.08";
11 url = "https://github.com/mirage/${pname}/releases/download/v${version}/${pname}-${version}.tbz";
12 hash = "sha256-DjbKdNkFa6YQgJDLmLsuvyrweb4/TNvqAiggcj/3hu4=";
15 nativeBuildInputs = [ pkg-config ];
16 propagatedBuildInputs = [ cstruct bigarray-compat ];
17 checkInputs = [ ounit ];
21 homepage = "https://github.com/mirage/io-page";
22 license = lib.licenses.isc;
23 description = "IO memory page library for Mirage backends";
24 maintainers = with lib.maintainers; [ vbgl ];