package cfstream

  1. Overview
  2. Docs
Stream operations in the style of Core's API.

Install

Dune Dependency

Authors

Maintainers

Sources

1.2.3.tar.gz
sha256=4d68b21e88d3217ca53e7d4f599da23d6d92b97983b58f41f6e43070d96be3f1
md5=f324b76a5af6b612f6601a01f94449f0

Description

Published: 04 Nov 2017

README

README.md

CFStream - Core-friendly extension of OCaml's Stream data structure

DESCRIPTION

Streams represent a sequence of data items, which can be operated on one at a time. Thus, it is possible to operate on a large sequence of items without loading them into memory.

This library extends the standard library's Stream module with several practical functions. CFStream stands for "Core-friendly Stream". The library is so named because the API follows the Core standard library's style, e.g. labeled arguments are used. It is also inspired by Batteries's Enum module.

The implementation is useful for beginners and simple scripts. Robust high-performance software should instead use Lwt or Async.

LICENSE

The CFStream library is distributed according to the LGPL + linking exception terms as defined in the LICENSE file included with the source code.

CONTACT

The library is managed under the Biocaml project, though it is in no way specific to Biology.
Website: http://biocaml.org
Mailing List: http://groups.google.com/group/biocaml

Dependencies (5)

  1. conf-m4 build
  2. ounit
  3. core_kernel >= "v0.9.0" & < "v0.11"
  4. jbuilder >= "1.0+beta7"
  5. ocaml >= "4.01.0" & < "4.06.0"

Dev Dependencies

None

Used by (2)

  1. biocaml >= "0.3.0"
  2. future

Conflicts

None

OCaml

Innovation. Community. Security.