/onanomsg

nanomsg bindings for ocaml

Primary LanguageOCamlDo What The F*ck You Want To Public LicenseWTFPL

ONanomsg

ctypes-based bindings to nanomsg for OCaml

Installation

The dependencies are:

  • cstruct
  • ctypes > 0.2
  • ppx_deriving
  • ipaddr
  • nanomsg
  • (optional) lwt > 2.4.6
opam pin add .

Examples

See lib_test/suite.ml

Overview

For now these bindings are as close possible to the C interface but that is likely to change in the future.

TODO

  • Add support for devices

License

ONanomsg is licensed under the WTFPL. See LICENSE.