Closed nojb closed 2 years ago
Also: CamlinternalOo
is missing from that same list.
And Sys.Immediate64
.
Thanks for the report!
This is indeed a dependency on the OCaml version that I forgot: this is a cache of the standard library signature that needs to updated on new version of the stdlib
.
This is now fixed with a test which check that the bundled stdlib maps to the real standard library across all version of OCaml 4 .
Thanks!
The problem may come from the fishy capitalization in
https://github.com/Octachron/codept/blob/4a7185f84679e2cf9eb1b434a3fe9f92d945f2d3/bundled/bundle.ml#L64