capnp

Data interchange format and capability-based RPC system compiler

brewmacoslinux
Try with needOr install directly
Source

About

Data interchange format and capability-based RPC system

Commands

capnp

Examples

Compile a Cap'n Proto schema file to generate C++ code$ capnp compile -o c++ myschema.capnp
Generate code in multiple languages from a schema$ capnp compile -o c++:output -o python:output data.capnp
Display help and available options$ capnp help