summaryrefslogtreecommitdiff
path: root/apps/chttpd/src/chttpd.app.src
blob: 95ef107a2e938a7033458496a896a5dda8daec98 (plain)
1
2
3
4
5
6
7
{application, chttpd, [
    {description, "HTTP interface for CouchDB cluster"},
    {vsn, "1.0.3"},
    {registered, [chttpd_sup, chttpd]},
    {applications, [kernel, stdlib, couch, fabric]},
    {mod, {chttpd_app,[]}}
]}.