-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
Description
grovel-locally is an addition to cffi's groveller which builds & caches the resulting files in a platform specific directory local to the system. The idea is that you will be able to ship the built files with your project in cases where you don't want the consumer of your system to have to have a C compiler set up on their machine (which is the norm for OSX & Windows users).
The project can be found here: https://github.com/cbaggers/grovel-locally
License: BSD 2 clause