
Obus is a pure ocaml implementation of d-bus. it aims to provide a clean and easy way for ocaml programmers to access and provide d-bus services.
d-bus is a message bus, used for sending messages between applications. it supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. it is designed to be low-overhead. d-bus also supports a method call mapping for its messages.
this package contains development files of obus.