3.0.0
CHANGES:
- Overhaul parser implementation - use functor based implementation. Introduce,
Make_buffered_input
,Make_unbuffered_input
andMake
functors. - Remove
reparse-unix
package - Remove base dependency
- Facilitate IO promise monads such as
Lwt
andAsync
- Add package
reparse-lwt
which definesLwt_stream.t
as one of the input sources. - Add package 'reparse-lwt-unix' which defines
Lwt_unix.file_descr
andLwt_io.input_channel
as parser input sources.