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_string/index.html

Module OBus_string

type error = {
  1. typ : string;
  2. str : string;
  3. ofs : int;
  4. msg : string;
}
val error_message : error -> string
val typ : error -> string
val str : error -> string
val ofs : error -> int
val msg : error -> string
type validator = string -> error option
exception Invalid_string of error
val assert_validate : validator -> string -> unit
type t = string
val validate : validator