1 { lib, buildDunePackage, fetchurl, lwt, ocaml }:
9 minimumOCamlVersion = "4.02";
12 url = "https://github.com/mirage/${pname}/releases/download/v${version}/${pname}-v${version}.tbz";
13 sha256 = "e86ce75e40f00d51514cf8b2e71e5184c4cb5dae96136be24613406cfc0dba6e";
19 doCheck = lib.versionAtLeast ocaml.version "4.03";
22 description = "Mutable doubly-linked list with Lwt iterators";
23 homepage = "https://github.com/mirage/lwt-dllist";
24 license = licenses.mit;
25 maintainers = [ maintainers.sternenseemann ];