Description
Provides OCaml helpers for robust interaction with the operating system. It wraps common work with files, paths, commands, processes, environment variables, and error reporting.
Use it when writing OCaml tools that need predictable system interaction. The library helps structure these operations, but programs still need careful handling of paths, permissions, and command execution.