How to Install libobus-ocaml-dev in Ubuntu 18.04



Install libobus-ocaml-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libobus-ocaml-dev

Description:

pure OCaml implementation of D-Bus (development files)

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.

Homepage: http://obus.forge.ocamlcore.org/

Version: 1.1.5-6build1

Section: universe/ocaml