flatcc

FlatBuffers compiler and C library for serializing structured data

brewmacoslinux
Try with needOr install directly
Source

About

FlatBuffers Compiler and Library in C for C

Commands

flatcc

Examples

Compile a FlatBuffers schema file to C code$ flatcc -c schema.fbs
Generate C header files from a schema$ flatcc -c -o output_dir schema.fbs
Compile schema with verbose output$ flatcc -c -v schema.fbs