notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/libsearpc/files
SVNWeb

Number of commits found: 1

Sun, 2 Nov 2014
[ 15:06 marino search for other commits by this committer ] Original commit   Revision:372073
Add new port devel/libsearpc

PR:		193132
Submitted by:	JingFeng Yan

Searpc is a simple C language RPC framework based on GObject system.
Searpc handles the serialization/deserialization part of RPC, the
transport part is left to users.

The serialization/deserialization uses JSON format via json-glib
library. A serialized json object is returned from server to client
after executing the RPC function. Each RPC function defined in the
server side should take an extra GError argument to report error.

Number of commits found: 1