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.beta4.tbz
sha256=d0b82b8ba551d37d455472bcefd4f12ec5738d8cfae1631a3816815193afbdc6
sha512=dd4b7138409a0dd465a9b39225b8986a70c526647a88f217647737127fd04d3ad7704a37c212f22c76d0cc3065a89dba839b83342089f1bf062cf08e5a60d1ab

Description

Added to opam-repository:

README

Flux, composable streaming abstractions with Miou

Flux is a library that implements a bounded queue as well as several abstractions related to streams. It can take advantage of parallelisation as proposed by Miou (with Miou.call), but also of the concept of ownership (see Miou.Ownership) related to resources (such as file descriptors).

The advantage of flux is that it facilitates the composition of streams in order to share information flux between tasks.

Dependencies (10)

  1. flux = version
  2. ptime
  3. angstrom
  4. digestif >= "1.3.0"
  5. bstr
  6. tar >= "3.3.0" & < "3.5.0"
  7. decompress
  8. miou >= "0.5.0"
  9. dune >= "2.8.0"
  10. ocaml >= "5.2.0"

Dev Dependencies (2)

  1. alcotest with-test
  2. ocamlformat with-dev-setup & = "0.27.0"

Used by (1)

  1. vif >= "0.0.1~beta2"

Conflicts

None