Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 565 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 565 Bytes

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.