Package: wnpp
Severity: wishlist
Owner: Stéphane Glondu <[email protected]>
X-Debbugs-Cc: [email protected], [email protected]

* Package name    : ocaml-lwt-dllist
  Version         : 1.0.1
  Upstream Contact: Anil Madhavapeddy <[email protected]>
* URL             : https://github.com/mirage/lwt-dllist
* License         : MIT
  Programming Lang: OCaml
  Description     : mutable doubly-linked list with Lwt iterators

 A sequence is an object holding a list of elements which support the
 following operations:
 - adding an element to the left or the right in time and space O(1)
 - taking an element from the left or the right in time and space O(1)
 - removing a previously added element from a sequence in time and
   space O(1)
 - removing an element while the sequence is being transversed.

This package is a dependency of eio. It will be maintained in the
OCaml team.

Reply via email to