Hello everyone,
I am considering a little project which will involve calling some FFI
functions in some C++ code. Now, since the Racket FFI binds to C, I know
that I'll need to make a wrapper file, which is fine. My question: How
would something like this potentially be distributed (in a form usable by
ffi/unsafe) with a package? Most every FFI package I see on the list binds
to libraries which are installed separately as dependencies. Since these
wrappers would be entirely specific to this package, I would imagine that
distributing them together would make the most sense. Is this possible? If
so, how?

Thank you for the help.

Regards,
- Philip B.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to