Closed bbc2 closed 7 years ago
Anything else that should be fixed?
opam
constraint is superfluous (implied by the bounds on ctypes
)package(integers)
implied by ctypes' META
.merlin
but I think it uses findlib, so it's not directly useful either.This leaves only the version bump on ctypes
. I don't think this is worth adding while separate compilation is not possible, and it will be easy to add at that point.
To all three of your bullet points: As we use the integers package directly, I'd have thought an explicit dependency would be in order. Don't you think?
OK, that makes sense. We have couple missing dependencies as well: zarith
comes to mind, but maybe something else pulled through key-parsers
.
Merging, thanks!
This brings us closer to a ctypes-independent package, should we need it.