add getopt.app so getopt fits into releases

This commit is contained in:
Eric Merritt 2010-08-11 07:33:05 +08:00 committed by Juan Jose Comellas
parent b2e8bcd291
commit 02eef09d89

7
ebin/getopt.app Normal file
View 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]}]}.