package obus

  1. Overview
  2. Docs
Pure Ocaml implementation of the D-Bus protocol

Install

Dune Dependency

Authors

Maintainers

Sources

obus-1.2.5.tar.gz
md5=81eb1034c6ef4421a2368a9b352199de
sha512=4b540497188a7d78f4f14f94c6b7fdff47dd06436a34e650ff378dd77bb3e2acb7afd45cd72daf4ddba06e732e9944d560c2882dc37862f1b1f1bb6df37e6205

doc/obus/OBus_uuid/index.html

Module OBus_uuidSource

D-Bus universally-unique IDs

D-Bus uuid are used to distinguish message buses, addresses, and machines.

Note that they are not compatible with RFC4122.

Sourcetype t
Sourceval generate : unit -> t

Generate a new uuid

Sourceval of_string : string -> t

Create a uuid from a string. The string must contain an hex-encoded uuid, i.e. be of length 32 and only contain hexadecimal characters. It raise a failure otherwise.

Sourceval to_string : t -> string

Return a hex-encoded string representation of an uuid.

OCaml

Innovation. Community. Security.