mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
fix build issues with dummy module in containers.io
This commit is contained in:
parent
9f7be2ddc9
commit
b11a98c6d3
3 changed files with 8 additions and 1 deletions
2
_oasis
2
_oasis
|
|
@ -59,7 +59,7 @@ Library "containers"
|
||||||
|
|
||||||
Library "containers_io"
|
Library "containers_io"
|
||||||
Path: src/io
|
Path: src/io
|
||||||
Modules:
|
Modules: Containers_io_is_deprecated
|
||||||
BuildDepends: bytes
|
BuildDepends: bytes
|
||||||
FindlibParent: containers
|
FindlibParent: containers
|
||||||
FindlibName: io
|
FindlibName: io
|
||||||
|
|
|
||||||
7
src/io/containers_io_is_deprecated.ml
Normal file
7
src/io/containers_io_is_deprecated.ml
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
(** {!CCIO} has moved into {!Containers}, the main library.
|
||||||
|
|
||||||
|
The reason is that it has no additional dependency and is arguably a
|
||||||
|
useful completement to parts of {!Pervasives} (the channel management)
|
||||||
|
|
||||||
|
As a result, linking "containers" rather than "containers.io" should be
|
||||||
|
enough if one needs {!CCIO}. *)
|
||||||
Loading…
Add table
Reference in a new issue