| 1 | # Generates bindings for the ggml library. |
| 2 | # |
| 3 | # cffi requires prior C preprocessing of the headers, and it uses pycparser which chokes on a couple of things |
| 4 | # so we help it a bit (e.g. replace sizeof expressions with their value, remove exotic syntax found in Darwin headers). |
nothing calls this directly
no test coverage detected