Skip to content

sidharthkuruvila/ocaml-avroc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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