freebsd-ports/devel/avro/pkg-descr
Vanilla I. Shu 109b5aab9c Add avro 1.7.3, data serialization system.
PR:		ports/175566
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
2013-02-01 13:30:16 +00:00

13 lines
468 B
Text

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/