An open API service indexing awesome lists of open source software.

https://github.com/unikraft/lib-flatbuffers

Unikraft port of Google's FlatBuffers library
https://github.com/unikraft/lib-flatbuffers

flatbuffers library unikraft

Last synced: about 2 months ago
JSON representation

Unikraft port of Google's FlatBuffers library

Awesome Lists containing this project

README

        

libflatbuffers for Unikraft
===================

FlatBuffers depends on the following libraries that need to be added
to `Makefile` in this order:

* CXX standard library, e.g. `libunwind`, `compiler-rt`, `libcxxabi`, `libcxx`
* `libc`, e.g. `newlib

Please refer to the `README.md` as well as the documentation in the `doc/`
subdirectory of the main unikraft repository.