mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
update doc
This commit is contained in:
parent
13b34f4fcf
commit
55ed78084f
2 changed files with 15 additions and 5 deletions
|
|
@ -165,11 +165,6 @@ Documentation http://cedeela.fr/~simon/software/containers[here].
|
|||
access to elements by their index.
|
||||
- `CCImmutArray`, immutable interface to arrays
|
||||
|
||||
=== Containers.io
|
||||
|
||||
*deprecated*, `CCIO` is now a <<core,core>> module. You can still install it and
|
||||
depend on it but it contains no useful module.
|
||||
|
||||
=== Containers.unix
|
||||
|
||||
- `CCUnix`, utils for `Unix`
|
||||
|
|
|
|||
|
|
@ -121,6 +121,21 @@ CCKList
|
|||
CCKTree
|
||||
CCLazy_list}
|
||||
|
||||
{4 String}
|
||||
|
||||
containers.string has been removed. Some of its functionality is present
|
||||
in {!CCString}; some in other libraries such as [Spelll].
|
||||
|
||||
{4 Bigarrays}
|
||||
|
||||
containers.bigarray has been removed. Use the [Bigstring] library for
|
||||
arrays of bytes.
|
||||
|
||||
{4 Advanced}
|
||||
|
||||
containers.advanced has been removed. Use [OLinq] to replace some of its
|
||||
functionality.
|
||||
|
||||
{4 Misc}
|
||||
|
||||
Moved to its own repository.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue