qitab / cl-protobufs

Common Lisp protocol buffer implementation.
MIT License
78 stars 17 forks source link

Document using asdf to generate lisp from proto #353

Closed copybara-service[bot] closed 2 years ago

copybara-service[bot] commented 2 years ago

Document using asdf to generate lisp from proto

A user sent us a bug about trying to generate lisp code from a proto file. This lead to the realization that we never commented on the ability to generate lisp code from proto files in ASDF. This adds a breif comment on such.

mdbergmann commented 2 years ago

Looks good. Should suffice, thanks.