diff options
author | Loïc Hoguin <[email protected]> | 2016-11-01 23:13:27 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-11-01 23:13:27 +0200 |
commit | 80f0ad6019a2dea9f3ef06511c21503da87199dd (patch) | |
tree | 8bd112ec3c63ed38d7b6ec8032d0b1df1b00aa4c /ebin | |
parent | 00a7d8d6e6125c171c46190bdb40ecaa08347cca (diff) | |
download | asciideck-80f0ad6019a2dea9f3ef06511c21503da87199dd.tar.gz asciideck-80f0ad6019a2dea9f3ef06511c21503da87199dd.tar.bz2 asciideck-80f0ad6019a2dea9f3ef06511c21503da87199dd.zip |
Fix version number and add .app file
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/asciideck.app | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ebin/asciideck.app b/ebin/asciideck.app new file mode 100644 index 0000000..7569674 --- /dev/null +++ b/ebin/asciideck.app @@ -0,0 +1,7 @@ +{application, asciideck, [ + {description, "Asciidoc for Erlang."}, + {vsn, "0.1.0"}, + {modules, ['asciideck','asciideck_parser','asciideck_to_manpage']}, + {registered, []}, + {applications, [kernel,stdlib]} +]}.
\ No newline at end of file |