add getopt.app so getopt fits into releases
This commit is contained in:
parent
b2e8bcd291
commit
02eef09d89
7
ebin/getopt.app
Normal file
7
ebin/getopt.app
Normal file
@ -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]}]}.
|
Loading…
x
Reference in New Issue
Block a user