{
    "name"       : "hoa/math",
    "description": "The Hoa\\Math library.",
    "type"       : "library",
    "keywords"   : ["library", "math", "combinatorics", "arrangement",
                    "combination", "counting", "set", "permutation", "sampler"],
    "homepage"   : "http://hoa-project.net/",
    "license"    : "BSD-3-Clause",
    "authors"    : [
        {
            "name" : "Ivan Enderlin",
            "email": "ivan.enderlin@hoa-project.net"
        },
        {
            "name"    : "Hoa community",
            "homepage": "http://hoa-project.net/"
        }
    ],
    "support": {
        "email" : "support@lists.hoa-project.net",
        "irc"   : "irc://irc.freenode.org/hoaproject",
        "source": "http://git.hoa-project.net/"
    },
    "require": {
        "hoa/core"    : "~1.0",
        "hoa/iterator": "~0.0",
        "hoa/compiler": "~1.0"
    },
    "target-dir": "Hoa/Math",
    "autoload"  : { "psr-0": { "Hoa\\Math": "." } }
}
