mirage / ocaml-tar

Pure OCaml library to read and write tar files
ISC License
54 stars 34 forks source link

Stdlib.Stream is deprecated since 4.14.0 #91

Closed reynir closed 2 years ago

reynir commented 2 years ago
File "lib/tar.mli", line 211, characters 90-98:
211 |     val create_gen : ?level:Header.compatibility -> (Header.t * (IO.out_channel -> unit)) Stream.t -> IO.out_channel -> unit
                                                                                                ^^^^^^^^
Error (alert deprecated): module Stdlib.Stream
Use the camlp-streams library instead.
reynir commented 2 years ago

Sorry, my checked out master branch was referring to my own outdated fork...