1 { lib, buildDunePackage, fetchurl }:
10 url = "https://github.com/mirage/mmap/releases/download/v${version}/mmap-v${version}.tbz";
11 sha256 = "0l6waidal2n8mkdn74avbslvc10sf49f5d889n838z03pra5chsc";
15 homepage = "https://github.com/mirage/mmap";
16 description = "Function for mapping files in memory";
17 license = lib.licenses.lgpl21;
18 maintainers = [ lib.maintainers.vbgl ];