1config BR2_PACKAGE_FLATCC
2 bool "flatcc"
3 help
4 flatcc is C language implementation of Google Flatbuffers. It
5 consists of both a library for the target as well as a
6 flatbuffer compiler tool for the host.
7
8 https://github.com/dvidelabs/flatcc
9