More is a toolkit for everyday OCaml programs. It focuses on remaining small and providing a simple to use system library. Notably for interacting with the file system and running subprocesses.
More is not an alternative or extended OCaml standard library. Despite the persistent myths, the OCaml standard library is fine and improving. More sometimes extends the standard library modules but, most of the time, only with the aim to test and eventually upstream the addition.
See the Quick start and the cookbook
.
more
More
Extended initial scope. Open to use it.More.Cmd
Command lines.More.Fmt
Textual formatters.More.Fpath
File paths.More.Mtime
Monotonic time stamps and spans.More.Log
Program log.More.Os
Operating system interaction.Stdlib
modulesMore.Char
Characters.More.List
Lists.More.Result
Result values.More.String
Strings.More.Type
Type introspection.more.cli
More_cli
Cmdliner support for more
programs.open More
(* Be happy *)