mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
update README
This commit is contained in:
parent
d6d149e549
commit
6070e89a92
1 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,13 @@ ocaml-containers
|
||||||
A bunch of containers,written in different occasions. Probably not very high
|
A bunch of containers,written in different occasions. Probably not very high
|
||||||
quality, since not all containers are tested.
|
quality, since not all containers are tested.
|
||||||
|
|
||||||
|
## Use
|
||||||
|
|
||||||
|
You can either build and install the library (see `Build`), or just copy
|
||||||
|
files to your own project. The last solution has the benefits that you
|
||||||
|
don't have additional dependencies nor build complications (and it may enable
|
||||||
|
more inlining). I therefore recommand it for its simplicity.
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
You need the library `sequence`. With opam, type `opam install sequence`.
|
You need the library `sequence`. With opam, type `opam install sequence`.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue