Skip to content

Releases: c-cube/ocaml-iostream

0.3

12 Aug 18:06
2fd7de8
Compare
Choose a tag to compare

CHANGES:

  • refactor: extract type definitions to iostream.types
  • perf slice: improve Slice.find_index_from

0.2.2

03 Apr 01:57
7a951a6
Compare
Choose a tag to compare

CHANGES:

  • bugfix for iostream-camlzip (assertion failure)

0.2.1

25 Mar 14:19
3ddbf6b
Compare
Choose a tag to compare

CHANGES:

  • bugfix for iostream-camlzip

0.2

27 Feb 04:06
42082bf
Compare
Choose a tag to compare
0.2

CHANGES:

  • camlzip: add buffered version of the input stream transducers
  • add In_buf.skip
  • add iostream-camlzip, depends on iostream
  • rename Out to Out_buf, add Out
  • add Slice type, used for buffered input
  • add iostream.unix optional library
  • split seekable into its own class
  • breaking: use OO and class type for all types

0.1

28 Aug 18:29
65e58e0
Compare
Choose a tag to compare
0.1

CHANGES:

initial release