./wip/fastrpc, Protocol based on the XML-RPC which uses binary format for data

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.13, Package name: fastrpc-1.0.13, Maintainer: ondrej.tuma

FastRPC is a RPC (Remote Procedure Call) protocol based on the XML-RPC which
uses binary format for data serialization. It uses HTTP as transport protocol
as the XML-RPC does. FastRPC is also an implementation of this protocol as C++
library and Python and PHP4 modules built with this library.

The library supports both protocols due to FastRPC's full data compatibility
with the XML-RPC. Data format is negotiated via the HTTP content negotiation.

The fastrpc Python module is compatible with the xmlrpclib module. It's very
simple to port project from xmlrpclib to fastrpc.


Required to run:
[textproc/libxml2]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 8fe6c1605dcbbb0d98bcc8bd03c44acee5c1e49a
Filesize: 193.094 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-12 16:59:46 by othyro | Files touched by this commit (23)
Log message:
MASTER_SITES -> MASTER_SITE_SOURCEFORGE; part 1/4. Let me know if this
breaks anything. Minor formatting and fixes in some files.
   2012-09-29 01:21:47 by Aleksej Saushev | Files touched by this commit (64)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-07-28 13:09:07 by Kamel Derouiche | Files touched by this commit (1)
Log message:

	o review: not available MASTER_SITES
	o DESTDIR Support
   2009-07-10 17:39:37 by Ondrej Tuma | Files touched by this commit (4) | Imported package
Log message:
fastrpc - xml-rpc implementation with binary data support