Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
avro - Data serialization system
- Description:
Apache 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.
Packages
avro-1.7.5-12.fc23.noarch
[369 KiB] |
Changelog
by gil cattaneo (2015-09-20):
- fix FTBFS rhbz#1239381
- add sub package maven-plugin rhbz#1119277,1170178
- fix BR list and use BR mvn()-like
- introduce license macro
- fix some rpmlint problems
|