Skip to content

Latest commit

 

History

History
 
 

perl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
NAME
    Avro - the official Perl API for the Apache Avro project's serialization
    and RPC framework

SYNOPSIS
      use Avro;

DESCRIPTION
    Apache Avro <https://avro.apache.org/> is a data serialization system
    providing rich data structures and a compact, fast, binary data form.

AUTHOR
    Apache Avro <[email protected]>

HISTORY
    Before contribution to the Apache Avro project, this module was
    developed by Yann Kerhervé <[email protected]> with contributions from
    Andy Grundman <[email protected]>, David Bushong
    <[email protected]>, and Ilya Martynov <[email protected]>.

COPYRIGHT
    Copyright 2014 Apache Software Foundation.

    Apache and Apache Avro are trademarks of the Apache Software Foundation.

LICENSE
    The Apache License, Version 2.0
    <https://www.apache.org/licenses/LICENSE-2.0>

SEE ALSO