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