]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/outcome/meta/libraries.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / outcome / meta / libraries.json
CommitLineData
92f5a8d4
TL
1{
2 "key": "outcome",
3 "name": "Outcome",
4 "authors": [ "Niall Douglas" ],
1e59de90 5 "maintainers": [ "Niall Douglas <s -underscore- sourceforge -at- nedprod -dot- com>" ],
92f5a8d4
TL
6 "description": "A deterministic failure handling library partially simulating lightweight exceptions.",
7 "std": [ "proposal" ],
8 "category": [
9 "Patterns",
10 "Emulation",
11 "Programming"
1e59de90
TL
12 ],
13 "cxxstd": "14"
92f5a8d4 14}