Files
boost_optional/meta/libraries.json

18 lines
546 B
JSON
Raw Permalink 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": [
2016-01-10 15:15:44 +00:00
"Data"
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>"
],
"cxxstd": "03"
2014-08-18 15:08:26 +01:00
}