package extlib

  1. Overview
  2. Docs
A complete yet small extension for OCaml standard library (reduced, recommended)

Install

Dune Dependency

Authors

Maintainers

Sources

extlib-1.7.8.tar.gz
md5=7e0df072af4e2daa094e5936a661cb11
sha256=935ca46843af40dc33306d9cce66163d3733312bf444e969b5a8fa3f3024f85a
sha512=664a8366fb4eed685bd8f8907dbc9a8103bbf75ebb5d7635f6db890722e673107aa052bd09c276f5ed10dc3695220234c382d90d4f8c4e6b93ff68dd22e876e4

Description

The purpose of this library is to add new functions to OCaml standard library modules, to modify some functions in order to get better performances or safety (tail-recursive) and also to provide new modules which should be useful for day to day programming.

Current goal is to maintain compatibility, new software is encouraged to not use extlib since stdlib is now seeing many additions and improvements which make many parts of extlib obsolete. For tail-recursion safety consider using other libraries e.g. containers.

Published: 20 Jan 2021