]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/algorithm/meta/libraries.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / algorithm / meta / libraries.json
CommitLineData
7c673cae
FG
1[
2 {
3 "key": "algorithm",
4 "name": "Algorithm",
5 "authors": [
6 "Marshall Clow"
7 ],
8 "description": "A collection of useful generic algorithms.",
9 "category": [
10 "Algorithms"
11 ],
12 "maintainers": [
13 "Marshall Clow <marshall -at- idio.com>"
1e59de90
TL
14 ],
15 "cxxstd": "03"
7c673cae
FG
16 },
17 {
18 "key": "algorithm/minmax",
19 "name": "Min-Max",
20 "authors": [
21 "Hervé Brönnimann"
22 ],
23 "description": "Standard library extensions for simultaneous min/max and min/max element computations.",
24 "documentation": "minmax/",
25 "category": [
26 "Algorithms"
27 ],
28 "maintainers": [
29 "Marshall Clow <marshall -at- idio.com>"
1e59de90
TL
30 ],
31 "cxxstd": "03"
7c673cae
FG
32 },
33 {
34 "key": "algorithm/string",
35 "name": "String Algo",
36 "authors": [
37 "Pavol Droba"
38 ],
39 "description": "String algorithms library.",
40 "documentation": "string/",
41 "category": [
42 "Algorithms",
43 "String"
44 ],
45 "maintainers": [
46 "Marshall Clow <marshall -at- idio.com>"
1e59de90
TL
47 ],
48 "cxxstd": "03"
7c673cae
FG
49 }
50]