CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/01/03 03:15:11
Log message:
Import flatbuffers, a memory optimized serialization library
Port from Ashton Faggs (maintainer), ok gnezdo@
pkg/DESCR:
FlatBuffers is an efficient cross platform serialization library for
C++, C#, C, Go, Java, Kotlin, JavaScript, Lobster, Lua, TypeScript,
PHP, Python, Rust and Swift. It was originally created at Google for
game development and other performance-critical applications.
What sets FlatBuffers apart is that it represents hierarchical data in
a flat binary buffer in such a way that it can still be accessed
directly without parsing/unpacking, while also still supporting data
structure evolution (forwards/backwards compatibility).
Status:
Vendor Tag: jca
Release Tags: jca_20210103
N ports/devel/flatbuffers/Makefile
N ports/devel/flatbuffers/distinfo
N ports/devel/flatbuffers/patches/patch-src_util_cpp
N ports/devel/flatbuffers/patches/patch-CMakeLists_txt
N ports/devel/flatbuffers/pkg/DESCR
N ports/devel/flatbuffers/pkg/PLIST
No conflicts created by this import