ocaml / omd

extensible Markdown library and tool in "pure OCaml"
ISC License
156 stars 45 forks source link

pin camlp-streams #275

Closed tatchi closed 2 years ago

tatchi commented 2 years ago

I created this branch to verify that https://github.com/ocaml/camlp-streams/pull/8 fixes our build issue. I thought I would open a PR in case you would like to merge it as a temporary solution.

Feel free to close it if you prefer to wait for a proper solution.

shonfeder commented 2 years ago

Thank you for trying this out and showing ocamlp-streams that this does indeed resolve the problem. For the purposes of our work on the new version of OMD, I think we can safely (and with less overhead) just bump our minimum supported ocaml version to 4.05 (also suggested in https://github.com/ocaml/camlp-streams/issues/7#issuecomment-1193986526). See #279