package obus

  1. Overview
  2. Docs
A pure OCaml implementation of DBus

Install

dune-project
 Dependency

Authors

Maintainers

Sources

1.1.8.tar.gz
sha256=84aa0003157b0299e43b20a4127b7af04a0fd99878d7ce540bbbfbc6157dfe4f
md5=976947861f1dfa3d3da68378f25377c1

doc/obus/OBus_path/index.html

Module OBus_path

type element = string
type t = element list
val compare : t -> t -> int
val empty : t
val after : t -> t -> t option
val of_string : string -> t
val to_string : t -> string
val escape : string -> element
val unescape : element -> string
val generate : unit -> t
val validate : OBus_string.validator
val validate_element : OBus_string.validator