• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    },
16    {
17        "key": "algorithm/minmax",
18        "name": "Min-Max",
19        "authors": [
20            "Hervé Brönnimann"
21        ],
22        "description": "Standard library extensions for simultaneous min/max and min/max element computations.",
23        "documentation": "minmax/",
24        "category": [
25            "Algorithms"
26        ],
27        "maintainers": [
28            "Marshall Clow <marshall -at- idio.com>"
29        ]
30    },
31    {
32        "key": "algorithm/string",
33        "name": "String Algo",
34        "authors": [
35            "Pavol Droba"
36        ],
37        "description": "String algorithms library.",
38        "documentation": "string/",
39        "category": [
40            "Algorithms",
41            "String"
42        ],
43        "maintainers": [
44            "Marshall Clow <marshall -at- idio.com>"
45        ]
46    }
47]