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>"
14        ],
15        "cxxstd": "03"
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>"
30        ],
31        "cxxstd": "03"
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>"
47        ],
48        "cxxstd": "03"
49    }
50]