package shared-block-ring

  1. Overview
  2. Docs
A single-consumer single-producer queue on a block device

Install

Dune Dependency

Authors

Maintainers

Sources

shared-block-ring-3.0.0.tbz
sha256=e8fc63805afee9d3a7f954edcea9faff8b990ae3f616ebd6ef87fd42624873ec
sha512=3d2d75c9b1cad3031de9ba6aa7e1ba2fa5e0040f25bbdb95fd5192ddf3fc1d6659e806dcc53e0eb7c78ef64dec6ceca63686e8d5c79c3a5379e66d977973de19

CHANGES.md.html

3.0.0 (2021-05-13)

  • Port to dune and opam 2.0 metadata (@zapashcanon)

  • Replace Lwt_log usage with Logs (@psafont)

  • Use latest Mirage 3.7.1 interfaces (@psafont)

  • Do not directly depend on ppx_deriving (@jonludlam)

2.5.0 (2018-07-04)

  • Port to jbuilder

  • Make safe-string compatible

2.4.0 (2017-06-17):

  • Replace io-page.unix with io-page-unix

  • Update to the Mirage 3 BLOCK interfaces

2.3.0 (2017-02-09):

  • Replace camlp4 with ppx

2.2.0 (2016-04-18):

  • Bug fixes (including API changes) for concurrency issues

  • Switch to Lwt log

2.0.0 (2015-04-30):

  • Ring is now functorised over a LOGging module

  • Switch to a Rresult-like error type

  • Add debug information into the producer and consumer sectors

  • Don't treat all-zeroes as valid data

1.0.0 (2015-03-06):

  • initial stable API, including both a "Ring" and a "Journal"

0.9.0 (2015-01-19):

  • initial proof-of-concept release