forked from boostorg/optional
Update libraries.json
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
"key": "optional",
|
"key": "optional",
|
||||||
|
"boost-version": "1.30.0",
|
||||||
"name": "Optional",
|
"name": "Optional",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Fernando Cacciola"
|
"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": [
|
"category": [
|
||||||
"Miscellaneous"
|
"Data structures"
|
||||||
],
|
],
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
"Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>",
|
"Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>",
|
||||||
|
Reference in New Issue
Block a user