aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/asciideck.app
diff options
context:
space:
mode:
Diffstat (limited to 'ebin/asciideck.app')
-rw-r--r--ebin/asciideck.app7
1 files changed, 7 insertions, 0 deletions
diff --git a/ebin/asciideck.app b/ebin/asciideck.app
new file mode 100644
index 0000000..e6eeac2
--- /dev/null
+++ b/ebin/asciideck.app
@@ -0,0 +1,7 @@
+{application, asciideck, [
+ {description, "Asciidoc for Erlang."},
+ {vsn, "0.0.1"},
+ {modules, ['asciideck','asciideck_parser','asciideck_to_manpage']},
+ {registered, []},
+ {applications, [kernel,stdlib]}
+]}. \ No newline at end of file