summaryrefslogtreecommitdiffstats
path: root/libraries/jsonrpc-glib/README
diff options
context:
space:
mode:
author Charadon <dev@iotib.net>2023-02-01 19:34:09 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-04 07:19:53 +0700
commit0bb93ab78c544eca0b17150ecd8b3acf679297d2 (patch)
treef49e02d4a6138e306d7fa870c45a42738abb2be7 /libraries/jsonrpc-glib/README
parent198a7f90a7a18c957472c2c377fc02e209ab3a9d (diff)
downloadslackbuilds-0bb93ab78c544eca0b17150ecd8b3acf679297d2.tar.gz
slackbuilds-0bb93ab78c544eca0b17150ecd8b3acf679297d2.tar.xz
libraries/jsonrpc-glib: Added (communication lib, JSON-RPC 2.0 spec)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/jsonrpc-glib/README')
-rw-r--r--libraries/jsonrpc-glib/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/jsonrpc-glib/README b/libraries/jsonrpc-glib/README
new file mode 100644
index 0000000000..3ffb0dc645
--- /dev/null
+++ b/libraries/jsonrpc-glib/README
@@ -0,0 +1,7 @@
+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.
+