lwt-dllistversion
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.
Authors | Jérôme Vouillon and Jérémie Dimino |
---|---|
License | MIT |
Published | |
Homepage | https://github.com/mirage/lwt-dllist |
Issue Tracker | https://github.com/mirage/lwt-dllist/issues |
Maintainer | Anil Madhavapeddy <anil@recoil.org> |
Dependencies | |
Source [http] | https://github.com/mirage/lwt-dllist/releases/download/v1.0.0/lwt-dllist-v1.0.0.tbz sha256=491ee89013f1f6e4f2c8bddb4e3eade3b881eea41ececb18876126ec900b213c md5=28959f39bbb96e86776265a836f2e0d5 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/lwt-dllist/lwt-dllist.1.0.0/opam |
Required by
- caqti>=2.0.1
- current
- eio
- irmin-client
- mirage-net-xen>=1.9.0
- mirage-solo5=0.6.0
- mirage-xen>=3.2.0
- netchannel>=2.1.0
- ocluster
- shared-memory-ring-lwt>=3.1.0
- tcpip>=3.7.0
- vmnet>=1.5.0
- xen-evtchn>=2.1.0
- xen-evtchn-unix>=2.1.0
- xen-gnt>=3.1.0