Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 465976 - dev-util/jsonrpc-cpp-0.4 -- an implementation of the JSON-RPC protocol in C++, based upon JsonCpp
Summary: dev-util/jsonrpc-cpp-0.4 -- an implementation of the JSON-RPC protocol in C++...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: http://jsonrpc-cpp.sourceforge.net/in...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-04-15 11:48 UTC by Hugo Mildenberger
Modified: 2015-04-04 10:08 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
new ebuild for dev-util/jsonrpc-cpp (jsonrpc-cpp-0.4.ebuild,1.12 KB, text/plain)
2013-04-15 11:48 UTC, Hugo Mildenberger
Details
metadata for dev-util/jsonrpc-cpp (metadata.xml,612 bytes, text/plain)
2013-04-15 11:51 UTC, Hugo Mildenberger
Details
add a GNU autootols based build system (jsonrpc-cpp-0.4-add-automake-build-system.patch,6.82 KB, patch)
2013-04-15 11:54 UTC, Hugo Mildenberger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.