Skip to content

Asmoday/lua-avro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua Avro bindings

Build Status Coverage Status

This package provides Lua bindings for the Avro data serialization framework. It relies on Avro's C bindings to do the heavy lifting.

Installation

To install, use the Makefile:

$ make PREFIX=/usr/local
$ sudo make install PREFIX=/usr/local

We also provide rockspecs, so that you can install using LuaRocks.

Usage

There's unfortunately not much in the way of documentation just yet. You can see some example usages in our test suite.

License

lua-avro-c is released under the terms of the MIT/X11 license. See the COPYING file for more details.

About

No description, website, or topics provided.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
COPYING
Unknown
COPYING.dkjson

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 74.4%
  • C 24.3%
  • Makefile 1.3%