diff --git a/ebin/getopt.app b/ebin/getopt.app new file mode 100644 index 0000000..085ae04 --- /dev/null +++ b/ebin/getopt.app @@ -0,0 +1,7 @@ +%% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*- + +{application, getopt, + [{description, "Options parser for Erlang"}, + {vsn, "0.1"}, + {modules, [getopt]}, + {applications, [kernel, stdlib]}]}.