slackbuilds/development/JSONObject
David Spencer 47f10da835 development/JSONObject: Patched SlackBuild.
Fixes build failure on -current with boost-1.58.

Signed-off-by: David Spencer <baildon.research@googlemail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
JSONObject.SlackBuild development/JSONObject: Patched SlackBuild. 2016-01-17 09:40:16 +07:00
JSONObject.info development/JSONObject: Patched SlackBuild. 2016-01-17 09:40:16 +07:00
README development/JSONObject: Removed UTF-8 BOM. 2013-02-16 19:36:33 -06:00
incl-iostream.patch development/JSONObject: Patched SlackBuild. 2016-01-17 09:40:16 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

JSON wrapper for boost property tree. Easy to use JSON library
based on the API of the Java JSON.org one
(http://www.json.org/java/index.html).

The main focus of the library is to be easy to use and use the
less amount of dependencies possible. This library only requires
boost property tree, boost reges and boost thread to be used.