package oseq

  1. Overview
  2. Docs
Simple list of suspensions, as a composable lazy iterator that behaves like a value

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=bac70c88e5d57d264b4455240a8c5968

Description

Will be compatible with the new standard library's Seq module.

README

README.adoc

= OSeq
:toc: macro
:source-highlighter: pygments

image::https://travis-ci.org/c-cube/oseq.svg?branch=master[alt="Build Status", link="https://travis-ci.org/c-cube/oseq"]

Simple list of suspensions, as a composable lazy iterator that behaves like a value.

== Documentation

https://c-cube.github.io/oseq/

== License

BSD license.

Dependencies (4)

  1. seq
  2. jbuilder >= "1.0+beta12"
  3. ocamlfind build
  4. ocaml >= "4.02.0" & < "4.13"

Dev Dependencies (6)

  1. odoc with-doc
  2. containers with-test
  3. gen with-test
  4. qtest with-test
  5. qcheck-ounit with-test & < "0.14"
  6. qcheck with-test & >= "0.9" & < "0.14"

Conflicts

None