Libflame: Dense linear algebra library with modern design

Has any work been done (or contemplated) on wrapping the libflame dense-matrix linear algebra library in Julia? I know that so far blas is the go-to library, but this newer approach might be a better fit with a modern language such as Julia.

Looks interesting, but also not trivial. Are there wrappers for similar languages, eg Python or R?

There appear to be APIs in Matlab and Octave, but what I found has the appearance of being abandoned or at least not maintained. More here.

It should be possible since it’s written in C, I did the bindings for SDL with Clang.jl and it mostly just worked™ on the first trial.