package stdio

  1. Overview
  2. Docs
Standard IO library for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

stdio-v0.14.0.tar.gz
md5=4cbdf15f0be88c3258aaeff9e04e00e9

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.