could this be an opam package?
I see there's an opam file in the source, but I don't see an olivine package in opam. Could this be added please?
The code generation from the vulkan XML "specification" is unfortunately too unstable (and I need to fix it with the last recent format update of the spec). My idea at the start was to publish the generated code for a specific version of the spec and keep the code generation tool separated.
What flavour of unstable? I guess I'll just clone github, but having an opam package would be nice, even if it doesn't come with any promises.
Fwiw, I just released a package that's very similar in spirit, but for webgpu: https://github.com/tari3x/webgpu. Also highly unstable.
Typically, the format of the xml specification change quite more often that I update the parser. I might try to remove the rust and publish an olivine-vulkan package on opam.