Skip to content

Releases: Vincent-lau/ocaml-corosync

0.1.0

16 Aug 14:10
Compare
Choose a tag to compare

CHANGES:

  • Use GADT for one of the get functions in cmap to make the return type more precise
  • Add initial bindings to libcpg
  • Use after free bug fixes
  • More docs

0.0.1

19 Jul 17:07
Compare
Choose a tag to compare

CHANGES:

  • Initial public release of ocaml corosync binding
  • Contains bindings to
    • libcfg
    • libcmap
    • libquorum
    • libvotequorum
    • and various helper functions to mimic the corosync tool binaries
  • Added test cases for
    • when corosync is running
    • and when it is not (the default)
  • Written using ctypes!