Does anyone know of an Ada plugin for protocol buffers?
I'm looking for an Ada plugin for protocol buffers. Looks like there is just about any language plugin available or in the works except for Ada. Well, the only thing I found is this thesis . Unfortunately, I did not find any source code for a translation tool, i.e. what you name a plugin . The only thing I can tell is that the tool was developed in C++. UPDATE There's finally an Ada implementation for Protocol Buffers. It has been developed by Per Sandberg and is available on GitHub . I didn't check if this is a full Ada implementation or if it relies on C/C++ version as a thin binding Please