mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
update readme
This commit is contained in:
parent
78fefc2178
commit
0c474eec3b
1 changed files with 7 additions and 8 deletions
15
README.md
15
README.md
|
|
@ -12,12 +12,16 @@ way of iterating on a finite number of values, only allocating (most of the time
|
||||||
one intermediate closure to do so. For instance, iterating on keys, or values,
|
one intermediate closure to do so. For instance, iterating on keys, or values,
|
||||||
of a `Hashtbl.t`, without creating a list.
|
of a `Hashtbl.t`, without creating a list.
|
||||||
|
|
||||||
|
Documentation
|
||||||
|
=============
|
||||||
|
|
||||||
|
See [the online API](http://cedeela.fr/~simon/software/sequence/Sequence.html).
|
||||||
|
|
||||||
Build
|
Build
|
||||||
=====
|
=====
|
||||||
|
|
||||||
You need OCaml, say OCaml 3.12 or OCaml 4.0.
|
1. via opam `opam install sequence`
|
||||||
|
2. manually (need OCaml >= 3.12): `make all install`
|
||||||
$ make
|
|
||||||
|
|
||||||
If you have `OUnit` installed, you can build and run tests with
|
If you have `OUnit` installed, you can build and run tests with
|
||||||
|
|
||||||
|
|
@ -40,11 +44,6 @@ The module `examples/sexpr.mli` exposes the interface of the S-expression
|
||||||
example library. It requires OCaml>=4.0 to compile, because of the GADT
|
example library. It requires OCaml>=4.0 to compile, because of the GADT
|
||||||
structure used in the monadic parser combinators part of `examples/sexpr.ml`.
|
structure used in the monadic parser combinators part of `examples/sexpr.ml`.
|
||||||
|
|
||||||
Documentation
|
|
||||||
=============
|
|
||||||
|
|
||||||
See [the online API](http://cedeela.fr/~simon/software/sequence/Sequence.html).
|
|
||||||
|
|
||||||
License
|
License
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue