package stdio
Standard IO library for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=e7cb473d4bffcf419f307c658cf2599fab03a2b4fe655bfd0be699f8f7af176e
doc/CHANGES.html
Release v0.17.0
- Added
Out_channel.output_line - Added
Out_channel.fprint_s, used to share implementation ofprint_sandeprint_s
v0.12
- 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.equalandOut_channel.equal, implemented asphys_equal.
v0.9
Initial release.