Skip to content

camlp-streams version 5.0.1

Latest
Compare
Choose a tag to compare
@dra27 dra27 released this 26 Jun 13:42
· 3 commits to trunk since this release

This release addresses linking and type equality issues using this library with OCaml 4.x.

  • For OCaml 4.07 and earlier, camlp-streams is now an empty library, which allows linking libraries which use camlp-streams with libraries which use the Standard Library modules directly.
  • For OCaml 4.08-4.14, camlp-streams re-exports strengthened versions of Stream and Genlex allowing sharing of streams between libraries which use camlp-streams and libraries which use Stdlib.Stream or Stdlib.Genlex. Note if you use that Dune's (implicit_transitive_deps_false) then you may need to ensure you use (re_export camlp-streams) or users of your library may be unable to see the type equality. See Dune's documentation for more details.