package lwt-dllist

  1. Overview
  2. Docs
Mutable doubly-linked list with Lwt iterators

Install

Dune Dependency

Authors

Maintainers

Sources

lwt-dllist-v1.0.1.tbz
sha256=e86ce75e40f00d51514cf8b2e71e5184c4cb5dae96136be24613406cfc0dba6e
sha512=1df7e8e12e01a5d32e1db746f922e05f23a67c0d20e72a5b9126fead1e04decdb062081574b1c410c822305ef4eac990b7dd69f36673db8f50b9db2152abad80

CHANGES.md.html

v1.0.1 (2021-05-21)

  • Remove lwt dependency; it's only really needed for the tests (@aantron #1).

  • Fix deprecation warnings with OCaml 4.08 (@aantron #1).

  • Add support for OCaml 4.02 (@aantron #1).

v1.0.0 (2019-01-14)

Initial release, based on Lwt 4.1.0's source code.