-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove bigarray which is a part of the standard library #660
Conversation
This is a useful change, and I'm happy to merge it if it can be adapted to keep support for OCaml versions before 4.07.0 (when We'd probably need conditions both in the |
One possibility is to use bigarray-compat which does the dispatch for you but it requires to explicitly use |
Using |
I updated the project according the new usage of |
The 4.02.3 build is failing, because
Can the constraint in the |
I've restarted the failing jobs ([1], [2]) now that ocaml/opam-repository#17600 is merged. |
Seems all green 🎉 ! It's possible to cut a minor release with it ? |
I'm not sure about which version of OCaml
ocaml-ctypes
should support but this patch delete the non-essentialunix
dependency for the core library (andctypes.stubs
). This patch unlock the ability to do a reverse binding of an OCaml library which does not depends onunix
.