yallop / ocaml-ctypes

Library for binding to C libraries using pure OCaml
MIT License
363 stars 95 forks source link

rules shuffle mixup PROJECT #724

Closed atupone closed 11 months ago

atupone commented 1 year ago

see https://879541.bugs.gentoo.org/attachment.cgi?id=827009

What I see in the log that a file that belongs to the ctypes "PROJECT" get the package list from cstub.

I don't know how to fix. I tried to do something like:

ctypes: ctypes-top
cstubs: ctypes
ctypes-foreign: cstubs

but that fail miserably

yallop commented 11 months ago

The latest release of ctypes uses dune instead of make, so issues with the Makefile are now obsolete. I hope that the change makes packaging easier.