Bug#1101433: ITP: ocaml-lwt-dllist -- mutable doubly-linked list with Lwt iterators
Package: wnpp
Severity: wishlist
Owner: Stéphane Glondu <glondu@debian.org>
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-ocaml-maint@lists.debian.org
* Package name : ocaml-lwt-dllist
Version : 1.0.1
Upstream Contact: Anil Madhavapeddy <anil@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.
Reply to: