mirror of
https://github.com/c-cube/iter.git
synced 2025-12-05 19:00:31 -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,
|
||||
of a `Hashtbl.t`, without creating a list.
|
||||
|
||||
Documentation
|
||||
=============
|
||||
|
||||
See [the online API](http://cedeela.fr/~simon/software/sequence/Sequence.html).
|
||||
|
||||
Build
|
||||
=====
|
||||
|
||||
You need OCaml, say OCaml 3.12 or OCaml 4.0.
|
||||
|
||||
$ make
|
||||
1. via opam `opam install sequence`
|
||||
2. manually (need OCaml >= 3.12): `make all install`
|
||||
|
||||
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
|
||||
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
|
||||
=======
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue