diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-01-27 14:29:10 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-01-27 14:29:10 +0000 |
commit | 8bf577a27d045e5f2a661a8874215d4290098e48 (patch) | |
tree | 64401153e24e70b861258dd2c5dbce6967d95bdd /devel/avro-c/pkg-descr | |
parent | d61da0726e9651209d46ce13b649fe48348043d3 (diff) |
Notes
Diffstat (limited to 'devel/avro-c/pkg-descr')
-rw-r--r-- | devel/avro-c/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/avro-c/pkg-descr b/devel/avro-c/pkg-descr new file mode 100644 index 000000000000..fcbe3110c019 --- /dev/null +++ b/devel/avro-c/pkg-descr @@ -0,0 +1,13 @@ +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/ |