Apocrypha

lwt-dllist

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.

Available in

OverlayNewestEbuildsLast activity
guru gitweb ↗ 1.0.1 1 46 h details ›
nest GitHub ↗ 1.1.0 2 14 d details ›

Versions & arches

VersionOverlay amd64x86 Committed
9999 LIVE nest follows upstream — no keywords 2 mo view · download · history ↗
1.1.0 nest amd64 testing x86 testing 2 mo view · download · history ↗
1.0.1 guru amd64 testing x86 untested view · download · history ↗

Use flags of 1.1.0

  • +ocamlopt Enable ocamlopt support (ocaml native code compiler) -- Produces faster programs (Warning: you have to disable/enable it at a global scale)
  • test Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)