{
    "name"       : "hoa/compiler",
    "description": "The Hoa\\Compiler library.",
    "type"       : "library",
    "keywords"   : ["library", "compiler", "grammar", "language", "ll1",
                    "llk", "regular", "algebraic", "context-free", "lexer",
                    "parser", "token", "rule", "pp", "ast", "trace", "syntax",
                    "sampler", "isotropic", "random", "uniform", "exhaustive",
                    "coverage"],
    "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/file"    : "~0.0",
        "hoa/iterator": "~0.0",
        "hoa/math"    : "~0.0",
        "hoa/visitor" : "~0.0"
    },
    "target-dir": "Hoa/Compiler",
    "autoload"  : { "psr-0": { "Hoa\\Compiler": "." } }
}
