slackbuilds/libraries/jsonrpc-glib
Bob Funk f6bfeb6380
libraries/jsonrpc-glib: Updated for version 3.43.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-09-02 18:02:25 +07:00
..
README
jsonrpc-glib.SlackBuild
jsonrpc-glib.info libraries/jsonrpc-glib: Updated for version 3.43.0. 2023-09-02 18:02:25 +07:00
slack-desc libraries/jsonrpc-glib: Updated for version 3.43.0. 2023-09-02 18:02:25 +07:00

README

Jsonrpc-GLib is a library to communicate with JSON-RPC based peers in
either a synchronous or asynchronous fashion. It also allows
communicating using the GVariant serialization format instead of
JSON when both peers support it. You might want that when
communicating on a single host to avoid parser overhead and
memory-allocator fragmentation.