Skip to content

rgrinberg/onanomsg

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
pkg
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.