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
- Host: GitHub
- URL: https://github.com/unikraft/lib-flatbuffers
- Owner: unikraft
- License: other
- Created: 2020-03-18T12:56:22.000Z (about 5 years ago)
- Default Branch: staging
- Last Pushed: 2024-01-02T20:54:53.000Z (over 1 year ago)
- Last Synced: 2025-01-19T04:12:39.361Z (3 months ago)
- Topics: flatbuffers, library, unikraft
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.md
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. `newlibPlease refer to the `README.md` as well as the documentation in the `doc/`
subdirectory of the main unikraft repository.