diff options
Diffstat (limited to 'apps/chttpd/src/chttpd.app.src')
-rw-r--r-- | apps/chttpd/src/chttpd.app.src | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/chttpd/src/chttpd.app.src b/apps/chttpd/src/chttpd.app.src new file mode 100644 index 00000000..95ef107a --- /dev/null +++ b/apps/chttpd/src/chttpd.app.src @@ -0,0 +1,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,[]}} +]}.
\ No newline at end of file |