mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 03:35:30 -05:00
17 lines
318 B
Markdown
17 lines
318 B
Markdown
ocaml-containers
|
|
================
|
|
|
|
A bunch of containers,written in different occasions. Probably not very high
|
|
quality, since not all containers are tested.
|
|
|
|
## Build
|
|
|
|
You need the library `sequence`. With opam, type `opam install sequence`.
|
|
|
|
Then:
|
|
|
|
$ make
|
|
|
|
## License
|
|
|
|
This code is free, under the BSD license.
|