diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-11-13 07:09:20 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-11-13 07:09:20 +0000 |
commit | 5801fd436ce75443732007f0e47651a279013656 (patch) | |
tree | 8d91f9984d90d4479821a1229a6d1947f993a4ee /net/xmlrpc++/pkg-descr | |
parent | 1115ae870339ab4775263836edd32fb95f6d44a1 (diff) |
Notes
Diffstat (limited to 'net/xmlrpc++/pkg-descr')
-rw-r--r-- | net/xmlrpc++/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/xmlrpc++/pkg-descr b/net/xmlrpc++/pkg-descr new file mode 100644 index 000000000000..1f933083e274 --- /dev/null +++ b/net/xmlrpc++/pkg-descr @@ -0,0 +1,18 @@ +XmlRpc++ is a C++ implementation of the XML-RPC protocol. The XmlRpc protocol +was designed to make remote procedure calls easy: it encodes data in a simple +XML format and uses HTTP for communication. XmlRpc++ is designed to make it +easy to incorporate XML-RPC client and server support into C++ applications. + +Features: + * Easy - This library is easy to incorporate into C++ applications. No + other libraries are required, other than your system's socket + libraries. Simple XML parsing and HTTP support are built in. + * Fast - All IO is non-blocking, so a slow client or network will not + slow down the server. + * Portable - Written in standard C++ to the POSIX and Windows sockets + APIs. You do need a fairly recent compiler (g++ 3.1 or + MSVC++ .Net or MSVC++ 6 with the STL patches.) + + * Free - This library is released under the GNU LGPL. + +WWW: http://xmlrpcpp.sourceforge.net/ |