OCaml bindings for nanomsg
  • OCaml 64.6%
  • C 34.7%
  • Makefile 0.6%
  • Dune 0.1%
Find a file
2020-08-27 17:44:28 +01:00
lib Merge branch 'master' 2019-11-13 10:12:30 +01:00
test fix deprecated: Lwt.Async_switch 2020-08-27 17:44:28 +01:00
.gitignore Move from svn to git. 2017-12-11 17:12:12 +01:00
dune-project Dune upgrade from jbuilder 2019-11-12 20:12:08 +01:00
LICENSE Set MIT license. 2017-12-11 17:29:46 +01:00
Makefile Dune upgrade from jbuilder 2019-11-12 20:12:08 +01:00
nanomsg.opam Dune upgrade from jbuilder 2019-11-12 20:12:08 +01:00
README.md Make comments compatible with doc tools. 2017-12-12 08:56:55 +01:00
TODO.md Add helpers function to send/recv strings and values. 2018-03-16 18:26:37 +01:00

OCaml bindings for nanomsg

nanomsg is a socket library that provides several common communication patterns aimed to be combined to build distributed systems.