Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 457160 - dev-libs/MicroJSON - a small library giving you ability to generate and parse JSON data structures in C++
Summary: dev-libs/MicroJSON - a small library giving you ability to generate and parse...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Grigory
URL: http://www.grigory.info/MicroJSON.Abo...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-02-13 21:27 UTC by Grigory
Modified: 2013-02-14 15:25 UTC (History)
1 user (show)

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


Attachments
UTF8Strings dependency change to 1.12.0 (MicroJSON-0.2.0.ebuild,311 bytes, text/plain)
2013-02-14 07:35 UTC, Grigory
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Grigory 2013-02-13 21:27:11 UTC
MicroJSON is a small library giving you ability to generate and parse JSON data structures in C++.

The library was developed to simplify JSON manipulation. According to this you don't need to create hundreds of enumerating/temporary/names-values variables. When parsing you can only use one. When generating use minimum.

MicroJSON is using UTF8 Strings widely so you instantly get native support of UTF8.
Comment 1 Grigory 2013-02-14 07:35:57 UTC
Created attachment 338836 [details]
UTF8Strings dependency change to 1.12.0
Comment 2 Grigory 2013-02-14 07:37:25 UTC
Sorry MicroJSON need UTF8Strings 1.12.0, not 1.9. Fixed it in attachment.
Comment 3 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-02-14 15:25:58 UTC
Added you as the primary maintainer for this package as well.

+*MicroJSON-0.2.0 (14 Feb 2013)
+
+  14 Feb 2013; Tom Wijsman <TomWij@gentoo.org> +MicroJSON-0.2.0.ebuild,
+  +metadata.xml:
+  New ebuild for MicroJSON. Contributed by Gorelov Grigory. Fixes bug #457160.