From f649878d7efa69a4021617901e44a6cc72f55cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20Krzemie=C5=84ski?= Date: Mon, 5 Jan 2015 15:49:31 +0100 Subject: [PATCH] Update libraries.json --- meta/libraries.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/libraries.json b/meta/libraries.json index f40ada7..4bdac31 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -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 ",