Standard library for OCaml
Browse cluster: OCaml incremental computation and PPX tooling →Base is a standard library for OCaml built with dune and sexplib0, designed as a wholesale replacement for the OCaml compiler's distributed standard library. It provides well-tested, performant, and portable general-purpose modules while intentionally excluding non-portable features like I/O. The library uses PPX code generators for comparison, hashing, and s-expression conversion, and includes utilities like a composition operators module and enforces specific coding rules through linting tools.