package stdio

  1. Overview
  2. Docs
Standard IO library for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

stdio-v0.15.0.tar.gz
sha256=c37292921dc6a88425f773eba6bdbeac1dedacd1f55917fa4bcd9c4b25795e4b

CHANGES.md.html

git version

  • Added function Out_channel.print_s.

v0.10

  • Enabled -safe-string.

  • Added functions Out_channel.output_bytes, Out_channel.output_substring.

  • Added functions In_channel.equal and Out_channel.equal, implemented as phys_equal.

v0.9

Initial release.