Package: wnpp Severity: wishlist Owner: Stéphane Glondu <glo...@debian.org> X-Debbugs-Cc: debian-de...@lists.debian.org, debian-ocaml-ma...@lists.debian.org
* Package name : ocaml-lwt-dllist Version : 1.0.1 Upstream Contact: Anil Madhavapeddy <a...@recoil.org> * 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.