remove camlp4 dependency via ocplib-endian
Closed this issue · 4 comments
avsm commented
ocplib-endian depends on cppo which depends on camlp4.
I think we dont need the abstraction provided by ocplib-endian any more, as our minimum compiler version can safely be 4.02.3 upwards. Creating this issue to see how invasive that patch would be...
dbuenzli commented
@avsm If you are seeing a camlp4 dep it must come from some where else:
> opam list --rec --required-by ocplib-endian -s
base-bytes
conf-m4
cppo
ocamlbuild
ocamlfind
yminsky commented
Doesn't cppo use camlp4?
…On Fri, Dec 30, 2016, 8:00 AM Daniel Bünzli ***@***.***> wrote:
@avsm <https://github.com/avsm> If you are seeing a camlp4 dep it must
come from some where else:
> opam list --rec --required-by ocplib-endian -s
base-bytes
conf-m4
cppo
ocamlbuild
ocamlfind
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#122 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AArqJg1ypFRHs3pfqM1GsEvlWqhNglAgks5rNQBzgaJpZM4LYJVk>
.
yminsky commented
Sorry, I'm just a moron. I misread the cppo docs and thought it was camlp4 related, but it isn't. I mentioned this to Anil, and so the mistake is mine.