update readme

This commit is contained in:
Simon Cruanes 2014-07-09 10:24:54 +02:00
parent 78fefc2178
commit 0c474eec3b

View file

@ -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
=======