1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/devel/avro-c/pkg-descr
Vanilla I. Shu 8bf577a27d Add avro-c 1.7.3, data serialization system for ANSI C.
PR:		ports/175562
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
2013-01-27 14:29:10 +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/