Files
optional/meta/libraries.json

17 lines
537 B
JSON
Raw Normal View History

2014-08-18 15:08:26 +01:00
{
"key": "optional",
2015-01-05 15:49:31 +01:00
"boost-version": "1.30.0",
2014-08-18 15:08:26 +01:00
"name": "Optional",
"authors": [
"Fernando Cacciola"
],
2015-01-05 15:49:31 +01:00
"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.",
2014-08-18 15:08:26 +01:00
"category": [
2015-01-05 15:49:31 +01:00
"Data structures"
2014-08-18 15:08:26 +01:00
],
"maintainers": [
2014-09-04 23:47:46 +02:00
"Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>",
"Andrzej Krzemienski <akrzemi1 -at- gmail.com>"
2014-08-18 15:08:26 +01:00
]
}