In many cases, it's sufficient to distribute the lisp code generated by protobuf, and not require a library user to have the protocol buffer compiler installed locally. Any thoughts about how that might be done? Right now it seems that the .lisp files are generated into the cache by ASDF's compiled code relocation facility. We could make the .lisp files stay in the source directory instead, and then people could check them into repos, and not require the protocol buffer compiler be run.