Ocaml Kafka Versions Save

OCaml bindings for Kafka

0.5

3 years ago

CHANGES:

  • Add Async bindings
  • Split sync and Lwt variants into separate OPAM packages
  • Fix compatibility with OCaml 4.09
  • Register callbacks as GC roots
  • Port to dune
  • Port to OPAM 2 format
  • Make dune generate opam files automatically
  • Add Changelog to facilitate releases with dune-release
  • Depend ob zlib depext instead of explicit package names

0.4

6 years ago

Fix build and packaging

0.3.2

6 years ago

Fix the opam file in order to use opam publish.

0.3.1

6 years ago

Fix the package name to match the name actually used by OPAM.

0.2

9 years ago

Support for asynchronous consumers using Lwt.

0.1

9 years ago

Support to write Kafka consumers and producers