obus icon indicating copy to clipboard operation
obus copied to clipboard

Pure OCaml implementation of the D-Bus protocol

Results 9 obus issues
Sort by recently updated
recently updated
newest added

If a D-Bus server sends a signal message containing destination and file descriptor, OBus closes the file descriptor in the message. https://github.com/ocaml-community/obus/blob/master/src/protocol/oBus_connection.ml#L459 ``` match apply_filters "incoming" message active.incoming_filters with |...

This is an effort on making obus more simple and modular, as well as small and easy to maintain. See #17.

So after a [brief conversation](https://discuss.ocaml.org/t/ann-obus-1-2-0/4038) it seems we are more or less agree on obus' future. Since it's a community project, and the goal is to provide a simple and...

I came across this problem after invoking `obus-introspect -system -rec org.bluez /org/bluez` and then `obus-gen-client`. The generated code required some manual tweaking for two different reasons: 1. It produced a...

Hi, I'm the creator of [pydbus](https://github.com/LEW21/pydbus), DBus bindings for Python. I've stumbled upon the case of bytestrings - ay - which are commonly used to send non-Unicode data over DBus....

Recently tried to install obus 1.1.6 on the 4.03.0+flambda opam switch, and got the following error: ``` #=== ERROR while installing obus.1.1.6 ========================================# # opam-version 1.2.2 # os linux #...

compiling obus fails for me: ``` ./setup-dev.exe -build W: Field XMETAType is set but matching plugin is not enabled. W: No exported module defined for library obus-syntax W: Field XMETAType...

Travis CI is no longer free. Maybe worthing switching to another platform? e.g. - https://github.com/ocurrent/ocaml-ci - https://github.com/ocaml/setup-ocaml