File: README.md

package info (click to toggle)
jsonrpc-glib 3.44.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 424 kB
  • sloc: ansic: 3,704; makefile: 13; javascript: 5
file content (20 lines) | stat: -rw-r--r-- 676 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Jsonrpc-GLib

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.

## Building

We use the Meson build system for building jsonrpc-glib.

```sh
# Some common options
meson --prefix=/opt/gnome --libdir=/opt/gnome/lib -Denable_gtk_doc=true build
cd build
ninja install
```

## Documentation

Nightly documentations can be found at https://gnome.pages.gitlab.gnome.org/jsonrpc-glib/