Update libraries.json

This commit is contained in:
Andrzej Krzemieński
2015-01-05 15:49:31 +01:00
parent a2268d78b4
commit f649878d7e

View File

@ -1,12 +1,13 @@
{
"key": "optional",
"boost-version": "1.30.0",
"name": "Optional",
"authors": [
"Fernando Cacciola"
],
"description": "Discriminated-union wrapper for optional values.",
"description": "A value-semantic, type-safe wrapper for representing 'optional' (or 'nullable') objects of a given type. An optional object may or may not contain a value of the underlying type.",
"category": [
"Miscellaneous"
"Data structures"
],
"maintainers": [
"Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>",