package seq

  1. Overview
  2. Docs
Compatibility package for OCaml's standard iterator type starting from 4.07

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.1.tar.gz
md5=de05d9dedd492fa4e3c0c87bc2792475
sha512=06ce767d3ec1532f8a2421d033f4d9dc5c08c9a27574754d456c31a71ecb9a3c33857591b7d24f85492dce679cd0da8c8985c9fb1a5b5a7f8588d90056b663b8

CHANGES.md.html

0.3.1

  • remove unused module that causes crashes with -linkall (#14) (by @sim642)

  • make sure CI actually tests several OCaml versions (by @sim642)

0.3

  • fix #12 by generating an empty library on OCaml >= 4.07, so as not to clobber the standard Seq