aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-17 19:09:01 +0200
committerLoïc Hoguin <[email protected]>2016-10-17 19:28:40 +0200
commitdf08a3f430bf7727921873ab262294a054e2ae7b (patch)
treeb7fe92d581b186b3c932e91d210c2aba14b2c3b5 /ebin
downloadasciideck-df08a3f430bf7727921873ab262294a054e2ae7b.tar.gz
asciideck-df08a3f430bf7727921873ab262294a054e2ae7b.tar.bz2
asciideck-df08a3f430bf7727921873ab262294a054e2ae7b.zip
Initial commit
This is still very much in a proof of concept state, though the project should be in a good enough state that future additions are relatively painless. Text formatting nodes are not using the proper form in the AST at the moment. They should not be relied upon just yet.
Diffstat (limited to 'ebin')
-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