File: README.md

package info (click to toggle)
ocaml-stdio 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: ml: 258; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 316 bytes parent folder | download
1
2
3
4
5
6
7
8
# Standard IO Library for OCaml

Stdio provides input/output functions for OCaml.  It re-exports the
buffered channels of the stdlib distributed with OCaml but with some
improvements.

API documentation for the latest release can be found
[here](https://ocaml.janestreet.com/ocaml-core/latest/doc/stdio/index.html).