Subversion Repositories SE.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 7u83 1
{application, poolboy, [
2
    {description, "A hunky Erlang worker pool factory"},
3
    {vsn, "1.5.2"},
4
    {applications, [kernel, stdlib]},
5
    {registered, [poolboy]},
6
 
7
    {maintainers, ["Devin Torres", "Andrew Thompson", "Kurt Williams"]},
8
    {licenses, ["Unlicense", "Apache 2.0"]},
9
    {links, [{"GitHub", "https://github.com/devinus/poolboy"}]}
10
]}.