sidharthkuruvila / ocaml-avroc

Ctypes bindings for Apache Avro's c library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ocaml Avro C

This is a ocaml ctypes wrapper around the avro c library.

Building

###Add dependencies

Install ocaml dependencies

opam install ctypes
opam install ounit
opam install ctypes-foreign

Running tests

make test_values

Running the quickstop example

make quickstop

About

Ctypes bindings for Apache Avro's c library


Languages

Language:OCaml 92.1%Language:Python 4.8%Language:Makefile 1.8%Language:Shell 1.3%