package fluxt

  1. Overview
  2. Docs
Extensions of flux to provide basic streams (compression, hash, format)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

flux-0.0.1.beta5.tbz
sha256=79018b22d5fb47ceffca6c54faf494d3b2ad2e61dbf5acf1597563d5d58c7393
sha512=61fde7d122396adfbb09283d10a3b439ed2b46604623da31528f7c55d0f9a98d3a77da9769c2b00f8812b7d5d5884dddcc6c1ace93e45983099d76f8cbc3dc54

doc/CHANGES.html

v0.0.1~beta5 (2026-04-21)

  • Fix Flux.Source.with_buffered_formatter (@reynir, #16)

v0.0.1~beta4 (2026-04-09)

  • Add Flux.Stream.concat (@dinosaure, #12)
  • Add Flux.Source.with_buffered_formatter (@reynir, #13)
  • Dispose properly a source when we use Flux.Stream.from (@dinosaure, spotted by @Josef-Thorne-A, #14)

v0.0.1~beta3 (2026-02-17)

  • Add Flux.Sink.bqueue (@dinosaure, #10)

v0.0.1~beta2 (2026-01-20)

  • Add a test about miou and fix Source.with_task (@dinosaure, #3, #4, #5, #6)
  • Add Flux_zip (@dinosaure, #7)
  • Add Flux_angstrom (@dinosaure, #8)

v0.0.1~beta1 (2025-10-30)

  • First release of Flux and Fluxt