package obus

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/obus/OBus_auth/index.html

Module OBus_auth

type data = string
exception Auth_failure of string
type capability = [
  1. | `Unix_fd
]
val capabilities : capability list
type stream
val make_stream : recv:(unit -> string Lwt.t) -> send:(string -> unit Lwt.t) -> stream
val stream_of_channels : (Lwt_io.input_channel * Lwt_io.output_channel) -> stream
val stream_of_fd : Lwt_unix.file_descr -> stream
val max_line_length : int
module Client : sig ... end
module Server : sig ... end
OCaml

Innovation. Community. Security.