1{
2    "name"       : "hoa/math",
3    "description": "The Hoa\\Math library.",
4    "type"       : "library",
5    "keywords"   : ["library", "math", "combinatorics", "arrangement",
6                    "combination", "counting", "set", "permutation", "sampler"],
7    "homepage"   : "https://hoa-project.net/",
8    "license"    : "BSD-3-Clause",
9    "authors"    : [
10        {
11            "name" : "Ivan Enderlin",
12            "email": "ivan.enderlin@hoa-project.net"
13        },
14        {
15            "name"    : "Hoa community",
16            "homepage": "https://hoa-project.net/"
17        }
18    ],
19    "support": {
20        "email" : "support@hoa-project.net",
21        "irc"   : "irc://chat.freenode.net/hoaproject",
22        "forum" : "https://users.hoa-project.net/",
23        "docs"  : "https://central.hoa-project.net/Documentation/Library/Math",
24        "source": "https://central.hoa-project.net/Resource/Library/Math"
25    },
26    "require": {
27        "hoa/compiler"   : "~3.0",
28        "hoa/consistency": "~1.0",
29        "hoa/exception"  : "~1.0",
30        "hoa/iterator"   : "~2.0",
31        "hoa/protocol"   : "~1.0",
32        "hoa/zformat"    : "~1.0"
33    },
34    "require-dev": {
35        "hoa/test": "~2.0"
36    },
37    "autoload": {
38        "psr-4": {
39            "Hoa\\Math\\": "."
40        }
41    },
42    "extra": {
43        "branch-alias": {
44            "dev-master": "1.x-dev"
45        }
46    }
47}
48