1 { lib , fetchurl , buildDunePackage }:
7 minimalOCamlVersion = "4.08";
10 url = "https://github.com/mmottl/res/releases/download/${version}/res-${version}.tbz";
11 hash = "sha256-rSrDMQBfnbWAr2LuajP3fveOtOwLyRbKPkaTKsnocQ4=";
17 description = "Library for resizable, contiguous datastructures";
18 homepage = "https://github.com/mmottl/res";
19 changelog = "https://github.com/mmottl/res/blob/${version}/CHANGES.md";
20 license = lib.licenses.lgpl2Plus;
21 maintainers = with lib.maintainers; [ sixstring982 ];