Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 465976

Summary: dev-util/jsonrpc-cpp-0.4 -- an implementation of the JSON-RPC protocol in C++, based upon JsonCpp
Product: Gentoo Linux Reporter: Hugo Mildenberger <Hugo.Mildenberger>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: normal CC: Hugo.Mildenberger, mgorny
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://jsonrpc-cpp.sourceforge.net/index.php
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: new ebuild for dev-util/jsonrpc-cpp
metadata for dev-util/jsonrpc-cpp
add a GNU autootols based build system

Description Hugo Mildenberger 2013-04-15 11:48:23 UTC
Created attachment 345608 [details]
new ebuild for dev-util/jsonrpc-cpp

JsonRpc-Cpp library is a C++ implementation of JSON-RPC protocol (http://groups.google.com/group/json-rpc/web/json-rpc-1-2-proposal). It uses JsonCpp library (http://jsoncpp.sourceforge.net/) to encode/decode JSON messages
Comment 1 Hugo Mildenberger 2013-04-15 11:51:50 UTC
Created attachment 345612 [details]
metadata for dev-util/jsonrpc-cpp
Comment 2 Hugo Mildenberger 2013-04-15 11:54:01 UTC
Created attachment 345616 [details, diff]
add a GNU autootols based build system

The original Scons based build system was unusuble
Comment 3 Hugo Mildenberger 2013-04-15 11:58:09 UTC
There is also a concurrent implementation of jsonrpc in C++: http://cinemast.github.io/libjson-rpc-cpp/
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-03-31 14:31:07 UTC
(In reply to Hugo Mildenberger from comment #3)
> There is also a concurrent implementation of jsonrpc in C++:
> http://cinemast.github.io/libjson-rpc-cpp/

And I'm likely to add that one :). Would that satisfy your needs?
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-04-04 10:08:41 UTC
Note: I've added dev-cpp/libjson-rpc-cpp-9999 for now.