mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
16 lines
273 B
Markdown
16 lines
273 B
Markdown
sequence
|
|
========
|
|
|
|
Simple sequence abstract datatype, intented to transfer a finite number of elements from one data structure to another.
|
|
|
|
Build
|
|
=====
|
|
|
|
You need OCaml, say OCaml 3.12 or OCaml 4.0.
|
|
|
|
$ make
|
|
|
|
License
|
|
=======
|
|
|
|
Sequence is available under the BSD license.
|