Codebase list erlang-getopt / lintian-fixes/upstream src / getopt.app.src
lintian-fixes/upstream

Tree @lintian-fixes/upstream (Download .tar.gz)

getopt.app.src @lintian-fixes/upstreamraw · history · blame

1
2
3
4
5
6
7
%% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*-
{application, getopt,
 [{description, "Command-line options parser for Erlang"},
  {vsn, "0.8.1"},
  {modules, []},
  {registered, []},
  {applications, [kernel, stdlib]}]}.