pineapple-src/externals/vcpkg/buildtrees/boost-optional/src/ost-1.79.0-8487fc4ea6.clean/meta/libraries.json

18 lines
546 B
JSON
Raw Normal View History

2022-11-05 10:35:56 -04:00
{
"key": "optional",
"boost-version": "1.30.0",
"name": "Optional",
"authors": [
"Fernando Cacciola"
],
"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": [
"Data"
],
"maintainers": [
"Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>",
"Andrzej Krzemienski <akrzemi1 -at- gmail.com>"
],
"cxxstd": "03"
}