[nanomsg] onanomsg - nanomsg bindings for ocaml

  • From: Rudi Grinberg <rudi.grinberg@xxxxxxxxx>
  • To: nanomsg@xxxxxxxxxxxxx
  • Date: Wed, 11 Sep 2013 18:41:53 -0400

Hello,

With the help of an ocaml project called ctypes[1] I've created ocaml
bindings for nanomsg. The bindings include 2 modules:

Nanomsg - wrappers of the raw c functions
Onanomsg - idiomatic (or so I hope) ocaml api

Nanomsg is complete and functional and relatively static while Onanomsg
covers most of the api (definitely all of the important bits) but the api
is still influx and I'm very much open to any suggestions/hints/tips and of
course pull requests :D

The bindings are already working and you can take a look at some examples
in lib_test.

They are available here: https://github.com/rgrinberg/onanomsg

[1] https://github.com/ocamllabs/ocaml-ctypes - HEAD is required for now.

Other related posts: