Update devel/devhelp to version 3.14.0
[dports.git] / devel / libsearpc / pkg-descr
1 Searpc is a simple C language RPC framework based on GObject system.
2 Searpc handles the serialization/deserialization part of RPC, the
3 transport part is left to users.
4
5 The serialization/deserialization uses JSON format via json-glib
6 library. A serialized json object is returned from server to client
7 after executing the RPC function. Each RPC function defined in the
8 server side should take an extra GError argument to report error.
9
10 WWW: https://github.com/haiwen/libsearpc