Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ocaml: fix compatibility with ctypes 0.21.0 (#421)
In ctypes < 0.21.0, the ctypes and ctypes.stubs libraries were installed in the same directory, so depending on one would make the other one visible. ctypes 0.21.0 installs them in different directories so this makes it an error. hacl-star-raw uses ctypes.stubs so the dependency should be recorded. Co-authored-by: Franziskus Kiefer <[email protected]>
- Loading branch information