1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/devel/avro-cpp/pkg-descr
Vanilla I. Shu a491c2942d Add avro-cpp 1.7.3, data serialization system for C++.
PR:		ports/175563
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
2013-01-27 14:31:37 +00:00

14 lines
468 B
Plaintext

Avro is a data serialization system.
Avro provides:
* Rich data structures.
* A compact, fast, binary data format.
* A container file, to store persistent data.
* Remote procedure call (RPC).
* Simple integration with dynamic languages. Code generation is not
required to read or write data files nor to use or implement RPC
protocols. Code generation as an optional optimization, only worth
implementing for statically typed languages.
WWW: http://avro.apache.org/